1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support Stagedir

This commit is contained in:
Tilman Keskinoz 2013-12-30 17:22:40 +00:00
parent f7be0641ec
commit 5505166d44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338148
4 changed files with 2 additions and 8 deletions

View File

@ -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}|' \

View File

@ -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>

View File

@ -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

View File

@ -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