diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-22 18:50:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-11-22 18:50:34 +0000 |
commit | d3593390d814bb5a28eae5dcfaa80d709bf70783 (patch) | |
tree | d6ccf606aad3c966c797a6c4ec0cbd5b4f9fe72a | |
parent | I've been in Oakland for over the last two years... update.. though only (diff) |
Allow to replace with an old package (useful in the portupgrade case).
Notes
Notes:
svn path=/head/; revision=149082
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-gtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index 62fa6ed0074c..c3d519b47432 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -58,7 +58,7 @@ RPM_SET?= gtk+-1.2.9-4.${ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS+= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs + --nodeps --replacepkgs --oldpackage RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: diff --git a/x11-toolkits/linux-f8-gtk/Makefile b/x11-toolkits/linux-f8-gtk/Makefile index 62fa6ed0074c..c3d519b47432 100644 --- a/x11-toolkits/linux-f8-gtk/Makefile +++ b/x11-toolkits/linux-f8-gtk/Makefile @@ -58,7 +58,7 @@ RPM_SET?= gtk+-1.2.9-4.${ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS+= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs + --nodeps --replacepkgs --oldpackage RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 62fa6ed0074c..c3d519b47432 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -58,7 +58,7 @@ RPM_SET?= gtk+-1.2.9-4.${ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS+= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --nodeps --replacepkgs + --nodeps --replacepkgs --oldpackage RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: |