diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-24 19:19:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-24 19:19:29 +0000 |
commit | da78791fe16d455bdd603f2d0ac70b4cbda7aa07 (patch) | |
tree | 7a72fdbae9bea65aa5c8d80518793e29835d54c4 /archivers | |
parent | 0b2bbe06dfec7a52b59e4a8a4a10d6447e64440d (diff) | |
download | ports-da78791fe16d455bdd603f2d0ac70b4cbda7aa07.tar.gz ports-da78791fe16d455bdd603f2d0ac70b4cbda7aa07.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 7 | ||||
-rw-r--r-- | archivers/gtar/pkg-plist | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index a409819ef9cf..ffa31db5c27b 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 6 Jun 1998 10:24:51 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1998/06/06 10:34:24 andreas Exp $ +# $Id: Makefile,v 1.2 1998/06/08 05:48:58 asami Exp $ # DISTNAME= tar-1.12 @@ -15,4 +15,9 @@ MAINTAINER= andreas@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS=--program-prefix=g +pre-install: + if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + .include <bsd.port.mk> diff --git a/archivers/gtar/pkg-plist b/archivers/gtar/pkg-plist index 239f047ac863..e0e7c37bbc6c 100644 --- a/archivers/gtar/pkg-plist +++ b/archivers/gtar/pkg-plist @@ -11,6 +11,7 @@ share/locale/pl/LC_MESSAGES/tar.mo share/locale/pt/LC_MESSAGES/tar.mo share/locale/sl/LC_MESSAGES/tar.mo share/locale/sv/LC_MESSAGES/tar.mo +@unexec install-info --delete %D/info/tar.info %D/info/dir info/tar.info info/tar.info-1 info/tar.info-2 @@ -19,3 +20,5 @@ info/tar.info-4 info/tar.info-5 info/tar.info-6 info/tar.info-7 +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/tar.info %D/info/dir |