mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix packaging. Disown.
This commit is contained in:
parent
17403ab7f9
commit
3a9aec9a42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18452
4 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue