svn commit: r367538 - head/japanese/edyvalue

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 12:35:39 UTC 2014


Author: antoine
Date: Sun Sep  7 12:35:38 2014
New Revision: 367538
URL: http://svnweb.freebsd.org/changeset/ports/367538
QAT: https://qat.redports.org/buildarchive/r367538/

Log:
  Allow staging as a regular user

Modified:
  head/japanese/edyvalue/Makefile

Modified: head/japanese/edyvalue/Makefile
==============================================================================
--- head/japanese/edyvalue/Makefile	Sun Sep  7 12:32:37 2014	(r367537)
+++ head/japanese/edyvalue/Makefile	Sun Sep  7 12:35:38 2014	(r367538)
@@ -16,14 +16,13 @@ COMMENT=	Utility to print a statement of
 
 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>


More information about the svn-ports-head mailing list