diff options
author | abs <abs@pkgsrc.org> | 1999-08-13 20:40:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-08-13 20:40:54 +0000 |
commit | 1186e8c92ecc42e65ade7618896500f0aa8378fe (patch) | |
tree | 4b1ba4b11cfe40e05b09386fca7e865e701b5921 | |
parent | eff237cdcb94176c52ffb15e3ee6bb5e9ade45fd (diff) | |
download | pkgsrc-1186e8c92ecc42e65ade7618896500f0aa8378fe.tar.gz |
Fix PLIST in solaris case
-rw-r--r-- | devel/gtexinfo/Makefile | 4 | ||||
-rw-r--r-- | devel/gtexinfo/pkg/PLIST.common (renamed from devel/gtexinfo/pkg/PLIST) | 4 | ||||
-rw-r--r-- | devel/gtexinfo/pkg/PLIST.netbsd | 3 | ||||
-rw-r--r-- | devel/gtexinfo/pkg/PLIST.solaris | 3 |
4 files changed, 10 insertions, 4 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index dab7c81b89e..4322954a676 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/14 21:39:02 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/08/13 20:40:54 abs Exp $ # DISTNAME= texinfo-3.12 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-catgets +PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if exists(/usr/bin/install-info) IGNORE= "is included with your NetBSD distribution" @@ -28,5 +29,6 @@ post-install: ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/texinfo ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info.info ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info-stnd.info + ${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC} .include "../../mk/bsd.pkg.mk" diff --git a/devel/gtexinfo/pkg/PLIST b/devel/gtexinfo/pkg/PLIST.common index e09f4ab3e38..8fbbdeb2134 100644 --- a/devel/gtexinfo/pkg/PLIST +++ b/devel/gtexinfo/pkg/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 1999/02/18 12:58:45 frueauf Exp $ +@comment $NetBSD: PLIST.common,v 1.1 1999/08/13 20:40:55 abs Exp $ @unexec install-info --delete --info-dir=%D/info %D/info/info-stnd.info @unexec install-info --delete --info-dir=%D/info %D/info/info.info @unexec install-info --delete --info-dir=%D/info %D/info/texinfo @@ -25,5 +25,3 @@ info/texinfo-9 @exec install-info --info-dir=%D/info %D/info/info-stnd.info @exec install-info --info-dir=%D/info %D/info/info.info @exec install-info --info-dir=%D/info %D/info/texinfo -share/locale/de/LC_MESSAGES/texinfo.cat -share/locale/fr/LC_MESSAGES/texinfo.cat diff --git a/devel/gtexinfo/pkg/PLIST.netbsd b/devel/gtexinfo/pkg/PLIST.netbsd new file mode 100644 index 00000000000..72539278108 --- /dev/null +++ b/devel/gtexinfo/pkg/PLIST.netbsd @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.netbsd,v 1.1 1999/08/13 20:40:55 abs Exp $ +share/locale/de/LC_MESSAGES/texinfo.cat +share/locale/fr/LC_MESSAGES/texinfo.cat diff --git a/devel/gtexinfo/pkg/PLIST.solaris b/devel/gtexinfo/pkg/PLIST.solaris new file mode 100644 index 00000000000..4f2133f30a4 --- /dev/null +++ b/devel/gtexinfo/pkg/PLIST.solaris @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.solaris,v 1.1 1999/08/13 20:40:55 abs Exp $ +lib/locale/de/LC_MESSAGES/texinfo.mo +lib/locale/fr/LC_MESSAGES/texinfo.mo |