1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-08-25 16:40:24 +00:00
parent 5ecb60ec0a
commit f60d9f84b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366090

View File

@ -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>