aboutsummaryrefslogtreecommitdiff
path: root/japanese/edyvalue
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 12:35:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 12:35:38 +0000
commit0d88fa51ab44d0a85b323dbc4e4207cc462c768e (patch)
tree2589a665731e57cbcf3516650104ba6cea2a17cb /japanese/edyvalue
parent7179e3c4459862c081e6ce476de6d585d08316b9 (diff)
downloadports-0d88fa51ab44d0a85b323dbc4e4207cc462c768e.tar.gz
ports-0d88fa51ab44d0a85b323dbc4e4207cc462c768e.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367538
Diffstat (limited to 'japanese/edyvalue')
-rw-r--r--japanese/edyvalue/Makefile7
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>