summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-30 19:45:00 +0000
committerjlam <jlam@pkgsrc.org>2003-08-30 19:45:00 +0000
commit7bdb2422136497980da09918af3edf3d78981442 (patch)
tree161e2758082e09206e76e5bd153b53028eefea0d /misc/rpm/Makefile
parentfd56fd1a857bed8ce5659714a6e48aea9c426b81 (diff)
downloadpkgsrc-7bdb2422136497980da09918af3edf3d78981442.tar.gz
Don't bother with overriding the main templates... just add on to the
scripts.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 3ea3daf9ec5..11be5f13cca 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2003/07/17 21:49:52 grant Exp $
+# $NetBSD: Makefile,v 1.43 2003/08/30 19:45:00 jlam Exp $
DISTNAME= rpm-2.5.4
PKGREVISION= 1
@@ -19,9 +19,6 @@ USE_PKGLOCALEDIR= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-DEINSTALL_TMPL= ${.CURDIR}/DEINSTALL
-INSTALL_TMPL= ${.CURDIR}/INSTALL
-
# The rpm databases are kept under ${RPM_DB_PREFIX}/lib/rpm.
CONFIGURE_ENV+= varprefix="${RPM_DB_PREFIX}"