diff options
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r-- | misc/rpm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 1aa0fde93f75..9d0f89721377 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rpm -# Version required: 2.4.12 +# Version required: 2.5.1 # Date created: 23 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.12 1998/01/08 08:02:05 tg Exp $ +# $Id: Makefile,v 1.13 1998/01/30 08:11:27 tg Exp $ # -DISTNAME= rpm-2.4.12 +DISTNAME= rpm-2.5.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/ @@ -16,6 +16,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes +CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}" USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 |