aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-02-24 14:27:11 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-02-24 14:27:11 +0000
commitd011ba0ced67ccf84e4f7744c8f8a4edad0f19b1 (patch)
treed48df1076ff30a7ea46e354c0b06183723700e5c /sysutils
parent718910ff8b3bbc6abf990a5bc19966f996431866 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/doconfig/Makefile11
-rw-r--r--sysutils/doconfig/pkg-plist2
2 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/doconfig/Makefile b/sysutils/doconfig/Makefile
index 0fae1067b181..1992a68b7cc3 100644
--- a/sysutils/doconfig/Makefile
+++ b/sysutils/doconfig/Makefile
@@ -8,15 +8,20 @@
PORTNAME= doconfig
PORTVERSION= 1.1
CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.cold.org/pub/brandon/
+MASTER_SITES= # ftp://ftp.cold.org/pub/brandon/
MAINTAINER= ports@FreeBSD.org
-COMMENT= Kernel "config" wrapper ala Digital Unix's doconfig
+COMMENT= Kernel "config" wrapper ala Digital Unix's doconfig
+
+DEPRECATED= "master site disappeared"
+EXPIRATION_DATE= 2005-06-01
MAN8= autokernconf.8 doconfig.8
WRKSRC= ${WRKDIR}/doconfig
+PLIST_FILES= sbin/autokernconf sbin/doconfig
+
do-build:
@ ${MV} ${WRKSRC}/doconfig ${WRKSRC}/_doconfig
@ ${SED} 's#%%PREFIX%%#${PREFIX}#g' <${WRKSRC}/_doconfig \
@@ -28,7 +33,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin/${f}
.endfor
.for f in ${MAN8}
- ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/man/man8/${f}
+ ${INSTALL_MAN} ${WRKSRC}/${f} ${MANPREFIX}/man/man8/${f}
.endfor
.include <bsd.port.mk>
diff --git a/sysutils/doconfig/pkg-plist b/sysutils/doconfig/pkg-plist
deleted file mode 100644
index 65d54265502a..000000000000
--- a/sysutils/doconfig/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-sbin/autokernconf
-sbin/doconfig