diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2013-12-30 17:22:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2013-12-30 17:22:40 +0000 |
commit | 5505166d44b9fb7f51d82bb3bb9487e7303e8a60 (patch) | |
tree | cf462e14b58a62a91f2583621bf1fcfa4909fdde | |
parent | f7be0641eca36d0d46ae9f8bf1dbad1fcffe7946 (diff) | |
download | ports-5505166d44b9fb7f51d82bb3bb9487e7303e8a60.tar.gz ports-5505166d44b9fb7f51d82bb3bb9487e7303e8a60.zip |
Notes
-rw-r--r-- | net-mgmt/scdp/Makefile | 1 | ||||
-rw-r--r-- | net/x2goclient-cli/Makefile | 3 | ||||
-rw-r--r-- | security/steghide/Makefile | 5 | ||||
-rw-r--r-- | security/steghide/pkg-plist | 1 |
4 files changed, 2 insertions, 8 deletions
diff --git a/net-mgmt/scdp/Makefile b/net-mgmt/scdp/Makefile index 05eb986e8ab7..db8acb9983cc 100644 --- a/net-mgmt/scdp/Makefile +++ b/net-mgmt/scdp/Makefile @@ -24,7 +24,6 @@ PLIST_FILES= bin/scdp LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/scdp.c ${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \ diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index bd055e853f1e..dffae67f4a08 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -22,8 +22,7 @@ PLIST_FILES= bin/x2goclient-cli WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S,-1.2,,} NO_BUILD= yes -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/x2goclient-cli ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/x2goclient-cli ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 5d701c33973f..68ef1ed331dc 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -23,14 +23,9 @@ USE_GMAKE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt" CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive -MAN1= steghide.1 - -NO_STAGE= yes post-patch: -.ifdef(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \ ${WRKSRC}/Makefile.in -.endif ${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \ ${WRKSRC}/src/Makefile.in ${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure diff --git a/security/steghide/pkg-plist b/security/steghide/pkg-plist index 63986247c5fe..16ed9fde8248 100644 --- a/security/steghide/pkg-plist +++ b/security/steghide/pkg-plist @@ -10,3 +10,4 @@ share/locale/es/LC_MESSAGES/steghide.mo share/locale/fr/LC_MESSAGES/steghide.mo share/locale/ro/LC_MESSAGES/steghide.mo %%PORTDOCS%%@dirrm share/doc/steghide +man/man1/steghide.1.gz |