diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 11:21:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 11:21:26 +0000 |
commit | 6a30246a18877e64cf9559b3b0cbd01b1811ef18 (patch) | |
tree | ecf5eebd65d6629f64ff334e8621ac407384ecbe | |
parent | 3b5e71db69a7a3ed980bae922a477351c4d9eb2d (diff) | |
download | ports-6a30246a18877e64cf9559b3b0cbd01b1811ef18.tar.gz ports-6a30246a18877e64cf9559b3b0cbd01b1811ef18.zip |
Notes
-rw-r--r-- | devel/libs11n/Makefile | 5 | ||||
-rw-r--r-- | devel/libs11n/pkg-plist | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/devel/libs11n/Makefile b/devel/libs11n/Makefile index e3a4bc94f84c..2dde9a17e61c 100644 --- a/devel/libs11n/Makefile +++ b/devel/libs11n/Makefile @@ -3,6 +3,7 @@ PORTNAME= libs11n PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/s11n/s11n/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-nobuildfiles @@ -14,6 +15,10 @@ USES= uidfix zip WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_LDCONFIG= yes +.if defined(NO_PROFILE) +PLIST_SUB+= PROFILE="@comment " +.endif + post-extract: @${CP} ${PATCHDIR}/Makefile.bsd ${WRKSRC}/Makefile diff --git a/devel/libs11n/pkg-plist b/devel/libs11n/pkg-plist index ba7ac4a83306..6f002894d2ec 100644 --- a/devel/libs11n/pkg-plist +++ b/devel/libs11n/pkg-plist @@ -80,12 +80,4 @@ include/s11n.net/s11n/variant.hpp lib/libs11n.a lib/libs11n.so lib/libs11n.so.1 -lib/libs11n_p.a -@dirrm include/s11n.net/s11n/proxy/std -@dirrm include/s11n.net/s11n/proxy/pod -@dirrm include/s11n.net/s11n/proxy -@dirrm include/s11n.net/s11n/plugin -@dirrm include/s11n.net/s11n/nodeutil -@dirrm include/s11n.net/s11n/io -@dirrm include/s11n.net/s11n -@dirrm include/s11n.net +%%PROFILE%%lib/libs11n_p.a |