1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00

Support staging.

This commit is contained in:
Emanuel Haupt 2013-11-15 09:29:35 +00:00
parent 218e15e09d
commit 5b72e174fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333822

View File

@ -13,7 +13,6 @@ EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= Lists/Extracts files from a "*.tgz" or "*.gz" archive
NO_STAGE= yes
MAKEFILE= /usr/share/mk/bsd.prog.mk
NO_WRKSUBDIR= yes
PLIST_FILES= bin/untar
@ -26,6 +25,6 @@ pre-patch:
@${CP} ${DISTDIR}/untar.c ${WRKSRC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>