diff --git a/devel/libs11n/Makefile b/devel/libs11n/Makefile index 78f38b338fc1..381454909c75 100644 --- a/devel/libs11n/Makefile +++ b/devel/libs11n/Makefile @@ -1,35 +1,37 @@ PORTNAME= libs11n PORTVERSION= 1.2.10 +DISTVERSIONSUFFIX= -nobuildfiles PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/s11n/s11n/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-nobuildfiles MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for easily serializing a wide variety of objects -WWW= http://s11n.net +WWW= http://s11n.net/ + +LICENSE= PD USES= uidfix zip WRKSRC_SUBDIR= src USE_LDCONFIG= yes .if defined(NO_PROFILE) PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE="" .endif post-extract: @${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/io ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/nodeutil ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/plugin ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/proxy ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/proxy/pod ${MKDIR} ${STAGEDIR}${PREFIX}/include/s11n.net/s11n/proxy/std .include