Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 12:47:10 +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: r367540 - head/japanese/suicavalue
Message-ID:  <201409071247.s87ClAoO066157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071247.s87ClAoO066157>