summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-05-04 09:29:35 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-05-04 09:29:35 +0000
commit3a9aec9a42d208bd7df9e36ca10a40d7096e5ca7 (patch)
tree1802c2e76a233e6e4efd3afb5ffca2102bdcdbbc
parentAdd another master site. (diff)
Fix packaging. Disown.
Notes
Notes: svn path=/head/; revision=18452
-rw-r--r--archivers/rpm/Makefile4
-rw-r--r--archivers/rpm/pkg-plist5
-rw-r--r--misc/rpm/Makefile4
-rw-r--r--misc/rpm/pkg-plist5
4 files changed, 10 insertions, 8 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index 40eed5dd7b5c..c1ddd1774e10 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/rpm/Makefile
@@ -3,14 +3,14 @@
# Date created: 30 April 1999
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.17 1998/12/14 17:02:13 tg Exp $
+# $Id: Makefile,v 1.18 1999/05/02 12:02:45 foxfair Exp $
#
DISTNAME= rpm-2.5.5
CATEGORIES= misc
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
-MAINTAINER= tg@FreeBSD.ORG
+MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
diff --git a/archivers/rpm/pkg-plist b/archivers/rpm/pkg-plist
index 17577dc857e5..3577be98d921 100644
--- a/archivers/rpm/pkg-plist
+++ b/archivers/rpm/pkg-plist
@@ -6,7 +6,7 @@ include/rpm/dbindex.h
include/rpm/header.h
lib/librpm.a
@unexec rm %D/lib/rpmrc
-+@unexec rm %D/lib/rpmpopt
+@unexec rm %D/lib/rpmpopt
lib/rpm/mkinstalldirs
lib/rpm/find-provides
lib/rpm/find-requires
@@ -14,6 +14,7 @@ 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
@dirrm include/rpm
@dirrm lib/rpm
-
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index 40eed5dd7b5c..c1ddd1774e10 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -3,14 +3,14 @@
# Date created: 30 April 1999
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.17 1998/12/14 17:02:13 tg Exp $
+# $Id: Makefile,v 1.18 1999/05/02 12:02:45 foxfair Exp $
#
DISTNAME= rpm-2.5.5
CATEGORIES= misc
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/
-MAINTAINER= tg@FreeBSD.ORG
+MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
diff --git a/misc/rpm/pkg-plist b/misc/rpm/pkg-plist
index 17577dc857e5..3577be98d921 100644
--- a/misc/rpm/pkg-plist
+++ b/misc/rpm/pkg-plist
@@ -6,7 +6,7 @@ include/rpm/dbindex.h
include/rpm/header.h
lib/librpm.a
@unexec rm %D/lib/rpmrc
-+@unexec rm %D/lib/rpmpopt
+@unexec rm %D/lib/rpmpopt
lib/rpm/mkinstalldirs
lib/rpm/find-provides
lib/rpm/find-requires
@@ -14,6 +14,7 @@ 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
@dirrm include/rpm
@dirrm lib/rpm
-