aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-09 22:01:18 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-09 22:01:18 +0800
commit70647b3d6b559138cef752a15da0abf6aa1e93f8 (patch)
tree75b42239a2c9dd1fbfe6f76ac3f2afc579822e4b /net
parent6fd82f37c0c628941362e0df98b416dc959bc0ce (diff)
downloadfreebsd-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/Makefile7
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>