summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-07 12:47:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-07 12:47:10 +0000
commit6a0526ebaaf3d983e55234b75464bc888aeca97c (patch)
treea2d91788f0fd458505bcdbed37f1e01999ae1bd1 /japanese
parentAllow staging as a regular user (diff)
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367540
Diffstat (limited to 'japanese')
-rw-r--r--japanese/suicavalue/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/suicavalue/Makefile b/japanese/suicavalue/Makefile
index 7df6da2621b5..3a8b60b2689b 100644
--- a/japanese/suicavalue/Makefile
+++ b/japanese/suicavalue/Makefile
@@ -15,14 +15,13 @@ COMMENT= Utility to print a statement of Suica
LIB_DEPENDS= libpasori.so:${PORTSDIR}/devel/libpasori
+USES= uidfix
+MAKEFILE= ${FILESDIR}/Makefile
+
PLIST_FILES= bin/SuicaValue
post-extract:
@${MKDIR} ${WRKSRC}
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}
- @${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>