1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-08 18:32:19 +00:00
parent 1e67d8ed2d
commit c54db02b17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367664
2 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ MAINTAINER= johnson.peter@gmail.com
COMMENT= Headers and Libraries for DJGPP cross-development
USES= zip
MAKEFILE= ${FILESDIR}/Makefile
NO_MTREE= yes
NO_WRKSUBDIR= yes
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>

View File

@ -7,6 +7,6 @@ stubify:
install:
mkdir -p $(DESTDIR)${PREFIX}/i586-pc-msdosdjgpp/bin
install -c -g wheel -o root -m 0755 stubify $(DESTDIR)${PREFIX}/i586-pc-msdosdjgpp/bin
$(BSD_INSTALL_PROGRAM) stubify $(DESTDIR)${PREFIX}/i586-pc-msdosdjgpp/bin
cp -R lib include $(DESTDIR)${PREFIX}/i586-pc-msdosdjgpp