diff options
author | seb <seb> | 2003-08-07 12:11:10 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-07 12:11:10 +0000 |
commit | 4c92f92cb6168d4969da38e5d1c4dd77e52b65c4 (patch) | |
tree | cf90096df741fccb2cbd9b5addc00c01a865ee2f /x11 | |
parent | 04f1ab45e8222d346a65cfaa28cbc69f0f352100 (diff) | |
download | pkgsrc-4c92f92cb6168d4969da38e5d1c4dd77e52b65c4.tar.gz |
Properly handle info files. Remove now unnecessary patch file.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XaoS/Makefile | 4 | ||||
-rw-r--r-- | x11/XaoS/PLIST | 4 | ||||
-rw-r--r-- | x11/XaoS/distinfo | 3 | ||||
-rw-r--r-- | x11/XaoS/patches/patch-ab | 13 |
4 files changed, 5 insertions, 19 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile index 86d91bb5c4e..4497ffd5785 100644 --- a/x11/XaoS/Makefile +++ b/x11/XaoS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:56:20 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/07 12:11:10 seb Exp $ # DISTNAME= XaoS-3.0 @@ -13,6 +13,8 @@ USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-curses-driver=no +USE_NEW_TEXINFO= YES +INFO_FILES= xaos.info .include "../../graphics/png/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/XaoS/PLIST b/x11/XaoS/PLIST index a23b262192e..57a024c29c1 100644 --- a/x11/XaoS/PLIST +++ b/x11/XaoS/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2002/03/25 16:19:30 atatat Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/07 12:11:10 seb Exp $ bin/xaos -@unexec install-info --delete --info-dir=%D/info %D/info/xaos.info info/xaos.info -@exec install-info --info-dir=%D/info %D/info/xaos.info man/man6/xaos.6 share/XaoS/tutorial/anim.xaf share/XaoS/tutorial/anim.xhf diff --git a/x11/XaoS/distinfo b/x11/XaoS/distinfo index 2dadda2bd7b..2382566502a 100644 --- a/x11/XaoS/distinfo +++ b/x11/XaoS/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1 2002/03/25 16:19:30 atatat Exp $ +$NetBSD: distinfo,v 1.2 2003/08/07 12:11:10 seb Exp $ SHA1 (XaoS-3.0.tar.gz) = 1537e5ec5a60dd018bc3bf8ee6cc8f81943b539b Size (XaoS-3.0.tar.gz) = 491049 bytes SHA1 (patch-aa) = 6e176f87e319f05f46c234df303a1cdf818921bd -SHA1 (patch-ab) = c2b369ea5a372a0d8a2083fb7fab7345ff6a3d38 diff --git a/x11/XaoS/patches/patch-ab b/x11/XaoS/patches/patch-ab deleted file mode 100644 index 035488ae4f2..00000000000 --- a/x11/XaoS/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2002/03/25 16:19:31 atatat Exp $ - -Run install-info - ---- Makefile.in.orig Wed Mar 4 16:49:12 1998 -+++ Makefile.in Sun Mar 24 00:36:57 2002 -@@ -43,5 +43,5 @@ - @INSTALL@ -m 444 doc/xaos.6 $(mandir)/man6 - @STICKY@ - @INSTALL@ -m 444 doc/xaos.info $(infodir) -- #install-info doc/xaos.info -+ install-info --info-dir=${prefix}/info ${prefix}/info/xaos.info - |