Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-07 12:35:38 +00:00
parent 7179e3c445
commit 0d88fa51ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367538

View File

@ -16,14 +16,13 @@ COMMENT= Utility to print a statement of Edy card
LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori
USES= uidfix
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/EdyValue
post-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}
@${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>