1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-07 11:07:04 +00:00
parent 515fee9772
commit 4d49a3ff9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367513

View File

@ -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}