diff options
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 |