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

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}