diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 02:22:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 02:22:24 +0800 |
commit | cb955d562648e5dc1f69e5a4b5642d7f7137d9ac (patch) | |
tree | edd0c4e83e6b80fc5d1da04449555821e80c33eb /mail | |
parent | 58061cc2ecdce81bbd073c1215a5e74957d9625b (diff) | |
download | freebsd-ports-gnome-cb955d562648e5dc1f69e5a4b5642d7f7137d9ac.tar.gz freebsd-ports-gnome-cb955d562648e5dc1f69e5a4b5642d7f7137d9ac.tar.zst freebsd-ports-gnome-cb955d562648e5dc1f69e5a4b5642d7f7137d9ac.zip |
Allow staging as a regular user
Diffstat (limited to 'mail')
-rw-r--r-- | mail/poppwd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile index 56537c44751f..b60376b7b049 100644 --- a/mail/poppwd/Makefile +++ b/mail/poppwd/Makefile @@ -11,6 +11,7 @@ MAINTAINER= andrew@ugh.net.au COMMENT= Implementation of the Eudora password changing protocol WRKSRC= ${WRKDIR}/poppwd +USES= uidfix PLIST_FILES= libexec/poppwd \ man/man8/poppwd.8.gz |