diff options
-rw-r--r-- | misc/afbackup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile index 774f91a8ae26..cfc42a49a193 100644 --- a/misc/afbackup/Makefile +++ b/misc/afbackup/Makefile @@ -17,7 +17,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= voland@catpipe.net COMMENT= AF's backup system -BROKEN= Uses unregistered uid that conflicts with other ports +IGNORE= Uses unregistered uid that conflicts with other ports +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-10-17 WRKSRC= ${WRKDIR}/afbackup-3.3.5 PLIST= ${WRKSRC}/pkg-plist |