diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:35:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:35:38 +0800 |
commit | 9b2140bd468df00349dc7a527037770e705cb556 (patch) | |
tree | 2589a665731e57cbcf3516650104ba6cea2a17cb /japanese/edyvalue | |
parent | aac8120af05ad57ae936edc362a8e70255c55a6c (diff) | |
download | freebsd-ports-gnome-9b2140bd468df00349dc7a527037770e705cb556.tar.gz freebsd-ports-gnome-9b2140bd468df00349dc7a527037770e705cb556.tar.zst freebsd-ports-gnome-9b2140bd468df00349dc7a527037770e705cb556.zip |
Allow staging as a regular user
Diffstat (limited to 'japanese/edyvalue')
-rw-r--r-- | japanese/edyvalue/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/edyvalue/Makefile b/japanese/edyvalue/Makefile index d42cb1929006..ed0a62be6a99 100644 --- a/japanese/edyvalue/Makefile +++ b/japanese/edyvalue/Makefile @@ -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> |