diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-09 22:01:18 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-09 22:01:18 +0800 |
commit | 70647b3d6b559138cef752a15da0abf6aa1e93f8 (patch) | |
tree | 75b42239a2c9dd1fbfe6f76ac3f2afc579822e4b /net | |
parent | 6fd82f37c0c628941362e0df98b416dc959bc0ce (diff) | |
download | freebsd-ports-gnome-70647b3d6b559138cef752a15da0abf6aa1e93f8.tar.gz freebsd-ports-gnome-70647b3d6b559138cef752a15da0abf6aa1e93f8.tar.zst freebsd-ports-gnome-70647b3d6b559138cef752a15da0abf6aa1e93f8.zip |
Stagify.
Diffstat (limited to 'net')
-rw-r--r-- | net/despoof/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/despoof/Makefile b/net/despoof/Makefile index 732915482e89..8110a2ef4b5b 100644 --- a/net/despoof/Makefile +++ b/net/despoof/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-I$${LOCALBASE}/include ||; \ @@ -27,10 +26,10 @@ post-patch: ${WRKSRC}/${MAKEFILE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/despoof ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/despoof ${STAGEDIR}${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |