diff options
author | mycroft <mycroft> | 1998-03-20 05:54:42 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-20 05:54:42 +0000 |
commit | 9d9cbbaf36ed3e1b9984a85dd9a442819d7d276a (patch) | |
tree | 3112f74522c5958b46c48a562ca90109f8727ffa /misc/rpm/Makefile | |
parent | ca2862d9a3cb961d2c4099b1c1af81f2a6a977bc (diff) | |
download | pkgsrc-9d9cbbaf36ed3e1b9984a85dd9a442819d7d276a.tar.gz |
Tidy this up, and make me the `maintainer'.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 9c49f410d8a..5aef891f6d4 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: rpm -# Version required: 2.4.10 -# Date created: 23 January 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# Makefile for: rpm +# Version required: 2.4.12 # -# $NetBSD: Makefile,v 1.7 1998/03/20 05:39:22 mycroft Exp $ -# FreeBSD Id: Makefile,v 1.9 1997/09/23 07:07:32 tg Exp +# $NetBSD: Makefile,v 1.8 1998/03/20 05:54:42 mycroft Exp $ # DISTNAME= rpm-2.4.12 @@ -12,12 +9,12 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/ -MAINTAINER= tg@FreeBSD.ORG +MAINTAINER= mycroft@NetBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd +CONFIGURE_ARGS+=${MACHINE_ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |