summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-07-21 13:27:59 +0000
committeragc <agc@pkgsrc.org>1998-07-21 13:27:59 +0000
commitfffee09abf76c2a79875914003381fc1774ca812 (patch)
tree2d00ac506f7beb72fdd4d6cb98289dac28d454ba /sysutils
parent016e8c69e41a665ce35a8bd44a5253d50500a62f (diff)
downloadpkgsrc-fffee09abf76c2a79875914003381fc1774ca812.tar.gz
Add NetBSD RCS Id.
Set NetBSD maintainer. Use automatic manual page handling. Set the ALL_TARGET correctly.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mkhybrid/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile
index d89647744ec..2d2247a6a06 100644
--- a/sysutils/mkhybrid/Makefile
+++ b/sysutils/mkhybrid/Makefile
@@ -1,8 +1,4 @@
-# New ports collection makefile for: mkhybrid
-# Version required: 1.11.1
-# Date created: 10 Jun 1998
-# Whom: Murray Stokely <murray@cdrom.com>
-#
+# $NetBSD: Makefile,v 1.2 1998/07/21 13:27:59 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp
#
@@ -10,13 +6,10 @@ DISTNAME= mkhybrid-1.11.1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/
-MAINTAINER= murray@cdrom.com
+MAINTAINER= packages@netbsd.org
GNU_CONFIGURE= yes
-MAN8= mkhybrid.8
-# Yes, this is an empty ALL_TARGET. Oddly, the Makefile does not grok
-# "all" as a possible target. Feh.
-ALL_TARGET=
+ALL_TARGET= World
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"