1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-02 14:57:32 +00:00
parent f6b09f270c
commit e15d25a48c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342310
2 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ INSTALL_EGGINFO=yes
WRKSRC= ${WRKDIR}/src
NO_STAGE= yes
post-patch:
cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \
conkyEmail conkyEmail.py setup.py example/conkyrc

View File

@ -16,5 +16,4 @@ LIB_DEPENDS+= libxmlrpc.so:${PORTSDIR}/net/xmlrpc-c
PLIST_FILES= bin/jjclient
NO_STAGE= yes
.include <bsd.port.mk>