diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-09 03:02:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-09 03:02:17 +0800 |
commit | d580db2b345dbb149153a78848e13021272d359f (patch) | |
tree | b7e9b1963a89188e8a79280a22ff9c354887773b /net/sl2tps | |
parent | 5879abed27612efa8b8b9c07384a215851fe9749 (diff) | |
download | freebsd-ports-gnome-d580db2b345dbb149153a78848e13021272d359f.tar.gz freebsd-ports-gnome-d580db2b345dbb149153a78848e13021272d359f.tar.zst freebsd-ports-gnome-d580db2b345dbb149153a78848e13021272d359f.zip |
Allow staging as a regular user
Diffstat (limited to 'net/sl2tps')
-rw-r--r-- | net/sl2tps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sl2tps/Makefile b/net/sl2tps/Makefile index 511db5b3b814..5d779e34718a 100644 --- a/net/sl2tps/Makefile +++ b/net/sl2tps/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libpdel.so:${PORTSDIR}/devel/libpdel +USES= uidfix + post-patch: @${REINPLACE_CMD} -e \ 's|$${PREFIX}/include|$${LOCALBASE}/include|g ; \ |