summaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
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 'archivers')
-rw-r--r--archivers/rpm/Makefile10
-rw-r--r--archivers/rpm/pkg-descr2
-rw-r--r--archivers/rpm/pkg-plist24
3 files changed, 18 insertions, 18 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index e92cef35e6d9..84f05d59ba37 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/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>
diff --git a/archivers/rpm/pkg-descr b/archivers/rpm/pkg-descr
index 29b8cd93f197..72dc8b71f609 100644
--- a/archivers/rpm/pkg-descr
+++ b/archivers/rpm/pkg-descr
@@ -1,6 +1,6 @@
This is the Red Hat Package Manager.
-Note:
+FYI:
There is also a rpm2cpio converter written in perl. You don't have to
install the whole RPM manager to get the files in an RPM.
diff --git a/archivers/rpm/pkg-plist b/archivers/rpm/pkg-plist
index 3577be98d921..dacb62f93fb9 100644
--- a/archivers/rpm/pkg-plist
+++ b/archivers/rpm/pkg-plist
@@ -5,16 +5,16 @@ include/rpm/rpmlib.h
include/rpm/dbindex.h
include/rpm/header.h
lib/librpm.a
-@unexec rm %D/lib/rpmrc
-@unexec rm %D/lib/rpmpopt
-lib/rpm/mkinstalldirs
-lib/rpm/find-provides
-lib/rpm/find-requires
-lib/rpm/rpmrc
-lib/rpm/rpmpopt
-lib/rpm/freshen.sh
-lib/rpm/find-lang.sh
-@exec ln -sf %D/lib/rpm/rpmrc %D/lib/rpmrc
-@exec ln -sf %D/lib/rpm/rpmpopt %D/lib/rpmpopt
+@unexec rm %D/etc/rpmrc
+@unexec rm %D/etc/rpmpopt
+etc/rpm/mkinstalldirs
+etc/rpm/find-provides
+etc/rpm/find-requires
+etc/rpm/rpmrc
+etc/rpm/rpmpopt
+etc/rpm/freshen.sh
+etc/rpm/find-lang.sh
+@exec ln -sf %D/etc/rpm/rpmrc %D/etc/rpmrc
+@exec ln -sf %D/etc/rpm/rpmpopt %D/etc/rpmpopt
@dirrm include/rpm
-@dirrm lib/rpm
+@dirrm etc/rpm