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

- Allow staging as a regular user

- Cleanup a bit
This commit is contained in:
Antoine Brodin 2014-06-07 18:43:04 +00:00
parent 505839235c
commit 561dc7c8ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356941

View File

@ -12,10 +12,10 @@ NO_WRKSUBDIR= yes
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to text
USES= uidfix
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
PLIST_FILES= bin/scr2txt \
man/man1/scr2txt.1.gz
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${STAGEDIR}${PREFIX}/bin SHAREDIR=${STAGEDIR}${PREFIX} install
.include <bsd.port.mk>