diff options
author | kris <kris@FreeBSD.org> | 2005-10-18 16:47:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-18 16:47:38 +0800 |
commit | 79d604bab1c31247b1ce443c8e6e03bb50d03192 (patch) | |
tree | f435abd1a1f44415cc85a4f74c64970964ff53b3 | |
parent | feb2ecb48ed580a619436e8ea21d644bcf5e2096 (diff) | |
download | freebsd-ports-gnome-79d604bab1c31247b1ce443c8e6e03bb50d03192.tar.gz freebsd-ports-gnome-79d604bab1c31247b1ce443c8e6e03bb50d03192.tar.zst freebsd-ports-gnome-79d604bab1c31247b1ce443c8e6e03bb50d03192.zip |
BROKEN: Uses unregistered uid that conflicts with other ports
-rw-r--r-- | misc/afbackup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index c76de78c2733..ccc145da1644 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= voland@catpipe.net COMMENT= AF's backup system +BROKEN= Uses unregistered uid that conflicts with other ports + WRKSRC= ${WRKDIR}/afbackup-3.3.5 PLIST= ${WRKSRC}/pkg-plist |