aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/su2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/su2/Makefile')
-rw-r--r--sysutils/su2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile
deleted file mode 100644
index 06f701ec9b29..000000000000
--- a/sysutils/su2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: gurney_j@efn.org
-# $FreeBSD$
-
-PORTNAME= su2
-PORTVERSION= 1.3
-PORTREVISION= 1
-CATEGORIES= sysutils security
-MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/
-
-MAINTAINER= gd.workbox@gmail.com
-COMMENT= Enhanced su, allows users to su with own password + more
-
-PATCH_DEPENDS= rcsdiff:devel/rcs
-
-NO_CDROM= Do not sell for profit
-BROKEN= fails to fetch; mastersite disappeared
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-04-15
-
-PLIST_FILES= bin/su2 \
- man/man1/su2.1.gz
-
-post-patch:
- ${REINPLACE_CMD} -e '/^CC=gcc/d' ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' \
- ${WRKSRC}/su2.man
-
-.include <bsd.port.mk>