diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:35:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 12:35:38 +0000 |
commit | 0d88fa51ab44d0a85b323dbc4e4207cc462c768e (patch) | |
tree | 2589a665731e57cbcf3516650104ba6cea2a17cb | |
parent | 7179e3c4459862c081e6ce476de6d585d08316b9 (diff) |
Notes
-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> |