mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Allow staging as a regular user
This commit is contained in:
parent
0bfc0ed369
commit
12893866b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367981
@ -6,8 +6,8 @@
|
||||
install: all
|
||||
- ${INSTALL_BIN} ${PKG} ${PFX}/bin
|
||||
- ${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz ${PFX}/${MAN_DIR}
|
||||
+ ${INSTALL_BIN} ${PKG} $(DESTDIR)${PFX}/bin
|
||||
+ ${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz $(DESTDIR)${PFX}/${MAN_DIR}
|
||||
+ ${BSD_INSTALL_SCRIPT} ${PKG} $(DESTDIR)${PFX}/bin
|
||||
+ ${BSD_INSTALL_MAN} ${PKG}.${MAN_SFX}.gz $(DESTDIR)${PFX}/${MAN_DIR}
|
||||
|
||||
deinstall:
|
||||
${RM} -f ${PFX}/bin/${PKG}
|
||||
|
Loading…
Reference in New Issue
Block a user