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:
parent
1e67d8ed2d
commit
c54db02b17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367664
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user