diff options
author | agc <agc> | 1998-07-21 13:27:59 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-21 13:27:59 +0000 |
commit | 0b3c55ddd3109a5aea35afa05416fe8c3a29cc1f (patch) | |
tree | 2d00ac506f7beb72fdd4d6cb98289dac28d454ba /sysutils | |
parent | c4aa3f608beec42359c54ff8c581345f644ec384 (diff) | |
download | pkgsrc-0b3c55ddd3109a5aea35afa05416fe8c3a29cc1f.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/Makefile | 15 |
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" |