Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 16:40:24 +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: r366090 - head/devel/libpasori
Message-ID:  <201408251640.s7PGeOb7096189@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Aug 25 16:40:24 2014
New Revision: 366090
URL: http://svnweb.freebsd.org/changeset/ports/366090
QAT: https://qat.redports.org/buildarchive/r366090/

Log:
  Allow staging as a regular user

Modified:
  head/devel/libpasori/Makefile

Modified: head/devel/libpasori/Makefile
==============================================================================
--- head/devel/libpasori/Makefile	Mon Aug 25 15:51:30 2014	(r366089)
+++ head/devel/libpasori/Makefile	Mon Aug 25 16:40:24 2014	(r366090)
@@ -12,7 +12,7 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	sarumaru@jp.FreeBSD.org
 COMMENT=	FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi)
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
@@ -29,7 +29,4 @@ post-extract:
 	@${CP} ${FILESDIR}/Makefile.lpdump ${WRKSRC}/lpdump/Makefile
 	@${CP} ${FILESDIR}/Makefile.lptest ${WRKSRC}/lptest/Makefile
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.post.mk>



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