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

- Stage support

This commit is contained in:
Martin Wilke 2014-02-21 14:00:58 +00:00
parent 4181169208
commit 122670a48b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345454

View File

@ -19,7 +19,6 @@ GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION}
NO_STAGE= yes
post-patch:
# respect CFLAGS
@${REINPLACE_CMD} -E -e \
@ -29,6 +28,6 @@ post-patch:
do-install:
# uphold POLA, do not change binary name
@${INSTALL_PROGRAM} ${WRKSRC}/ed2k_hash/ed2k_hash \
${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>