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

Support staging

This commit is contained in:
Emanuel Haupt 2013-10-22 20:45:54 +00:00
parent 53cf2c903e
commit fad2f612fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331319

View File

@ -10,12 +10,11 @@ DISTFILES= # none
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility for converting a Debian .deb file to a .tar.gz
NO_STAGE= yes
NO_BUILD= yes
PLIST_FILES= bin/deb2targz
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
${INSTALL_SCRIPT} ${FILESDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>