diff options
author | obrien <obrien@FreeBSD.org> | 2006-05-01 13:39:46 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-05-01 13:39:46 +0800 |
commit | 8d33520d04089aed6b74b9903023bed736e475f8 (patch) | |
tree | fae31cf79ec2caaaa23afb177ce98207c09cd82c /archivers | |
parent | 4b3496920526dc1d574e5e84c32108b32449b998 (diff) | |
download | freebsd-ports-gnome-8d33520d04089aed6b74b9903023bed736e475f8.tar.gz freebsd-ports-gnome-8d33520d04089aed6b74b9903023bed736e475f8.tar.zst freebsd-ports-gnome-8d33520d04089aed6b74b9903023bed736e475f8.zip |
dpkg installs an 'install-info' command which conflicts with one in the
base system. Therefore, rename dpkg's 'install-info' to 'dpkg-install-info'.
Approved by: perky
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dpkg/Makefile | 3 | ||||
-rw-r--r-- | archivers/dpkg/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile index fc61e182773f..424fef260b63 100644 --- a/archivers/dpkg/Makefile +++ b/archivers/dpkg/Makefile @@ -48,4 +48,7 @@ post-patch: ${REINPLACE_CMD} -e 's,^\(ALL_LINGUAS.*\)tl \(.*\)$$,\1\2,g' \ ${WRKSRC}/configure.in +post-install: + ${MV} ${PREFIX}/sbin/install-info ${PREFIX}/sbin/dpkg-install-info + .include <bsd.port.mk> diff --git a/archivers/dpkg/pkg-plist b/archivers/dpkg/pkg-plist index c61577d21822..5bf6b1858f93 100644 --- a/archivers/dpkg/pkg-plist +++ b/archivers/dpkg/pkg-plist @@ -39,7 +39,7 @@ lib/dpkg/parsechangelog/debian sbin/cleanup-info sbin/dpkg-divert sbin/dpkg-statoverride -sbin/install-info +sbin/dpkg-install-info sbin/start-stop-daemon sbin/update-alternatives %%DOCSDIR%%/ChangeLog |