diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:47:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:47:10 +0000 |
commit | 6a0526ebaaf3d983e55234b75464bc888aeca97c (patch) | |
tree | a2d91788f0fd458505bcdbed37f1e01999ae1bd1 /japanese/suicavalue | |
parent | 204d0fd0869776242e5740616df940127a487f26 (diff) | |
download | ports-6a0526ebaaf3d983e55234b75464bc888aeca97c.tar.gz ports-6a0526ebaaf3d983e55234b75464bc888aeca97c.zip |
Notes
Diffstat (limited to 'japanese/suicavalue')
-rw-r--r-- | japanese/suicavalue/Makefile | 7 |
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> |