svn commit: r367540 - head/japanese/suicavalue

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:47:11 UTC 2014


Author: antoine
Date: Sun Sep  7 12:47:10 2014
New Revision: 367540
URL: http://svnweb.freebsd.org/changeset/ports/367540
QAT: https://qat.redports.org/buildarchive/r367540/

Log:
  Allow staging as a regular user

Modified:
  head/japanese/suicavalue/Makefile

Modified: head/japanese/suicavalue/Makefile
==============================================================================
--- head/japanese/suicavalue/Makefile	Sun Sep  7 12:42:56 2014	(r367539)
+++ head/japanese/suicavalue/Makefile	Sun Sep  7 12:47:10 2014	(r367540)
@@ -15,14 +15,13 @@ COMMENT=	Utility to print a statement of
 
 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>


More information about the svn-ports-head mailing list