Date: Sun, 7 Sep 2014 12:35:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367538 - head/japanese/edyvalue Message-ID: <201409071235.s87CZdEl061212@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071235.s87CZdEl061212>