diff options
Diffstat (limited to 'archivers/dpkg/Makefile')
-rw-r--r-- | archivers/dpkg/Makefile | 3 |
1 files changed, 3 insertions, 0 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> |