diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 01:46:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 01:46:50 +0800 |
commit | 41fbf1d7009c1fd4d4060ffdf95d4ba46076fb24 (patch) | |
tree | 1d96c0d0732addd87c8df5c84d6bae0acf0da5e2 | |
parent | 1fb7574929498c13d39ab33dc9acd2bafad0c22d (diff) | |
download | freebsd-ports-gnome-41fbf1d7009c1fd4d4060ffdf95d4ba46076fb24.tar.gz freebsd-ports-gnome-41fbf1d7009c1fd4d4060ffdf95d4ba46076fb24.tar.zst freebsd-ports-gnome-41fbf1d7009c1fd4d4060ffdf95d4ba46076fb24.zip |
Allow staging as a regular user
-rw-r--r-- | ftp/spegla/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index 5a76351de278..e7de21b4ceb0 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -14,6 +14,7 @@ PATCHFILES= ${DISTNAME}-ipv6-20020129-3.diff.gz MAINTAINER= hrs@FreeBSD.org COMMENT= Mirror program for FTP sites (written in C) +USES= uidfix MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man PLIST_FILES= bin/spegla man/man1/spegla.1.gz PORTEXAMPLES= freebsd.org spegla.conf spegla.sh |