summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-14 03:02:01 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-14 03:02:01 +0000
commit2274b8983ef13cbe786f25dc17646d7e480afc1f (patch)
tree9b02d926e74bed94139014aa218b97142f91d405 /misc/rpm/Makefile
parentFixup homepage in DESCR. (diff)
* Removed (unnecessary) dependancy on GNU gettext
* Modified install path of configuration files from lib/ to etc/ * Fixed some files to set file permission properly PR: 14803 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23096
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index e92cef35e6d9..84f05d59ba37 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -14,13 +14,13 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
-CONFIGURE_ARGS= --disable-nls
USE_GMAKE= yes
+USE_AUTOCONF= yes
+CONFIGURE_ARGS= --disable-nls
+
MAN8= rpm.8 rpm2cpio.8
-pre-install:
- ${MKDIR} ${PREFIX}/include/rpm
+pre-configure:
+ @(cd ${WRKSRC}/popt && ${AUTOCONF})
.include <bsd.port.mk>