diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-26 00:40:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-26 00:40:24 +0800 |
commit | 2ac223fdce0d0f82b05ce2add8a0c7814f895333 (patch) | |
tree | 0edd474a66dc5daa95fbc9539d95796d275317b0 /devel | |
parent | 538887ea68313e331a6069c13537342ded0af185 (diff) | |
download | freebsd-ports-gnome-2ac223fdce0d0f82b05ce2add8a0c7814f895333.tar.gz freebsd-ports-gnome-2ac223fdce0d0f82b05ce2add8a0c7814f895333.tar.zst freebsd-ports-gnome-2ac223fdce0d0f82b05ce2add8a0c7814f895333.zip |
Allow staging as a regular user
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpasori/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libpasori/Makefile b/devel/libpasori/Makefile index 6714e07e0e24..8422de093004 100644 --- a/devel/libpasori/Makefile +++ b/devel/libpasori/Makefile @@ -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> |