aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-07 20:47:10 +0800
committerantoine <antoine@FreeBSD.org>2014-09-07 20:47:10 +0800
commit18d391cd68b0891234ac1a4f1b70d806b6a3fb92 (patch)
treea2d91788f0fd458505bcdbed37f1e01999ae1bd1
parent87bcc465bf59636fc2596925aae27bd48e4da9f7 (diff)
downloadfreebsd-ports-gnome-18d391cd68b0891234ac1a4f1b70d806b6a3fb92.tar.gz
freebsd-ports-gnome-18d391cd68b0891234ac1a4f1b70d806b6a3fb92.tar.zst
freebsd-ports-gnome-18d391cd68b0891234ac1a4f1b70d806b6a3fb92.zip
Allow staging as a regular user
-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>