diff options
author | agc <agc@pkgsrc.org> | 2003-06-04 09:02:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-06-04 09:02:28 +0000 |
commit | 9e75ab7f1e43c4793ec71fd31ef9126d71b7dae8 (patch) | |
tree | 737e865da688d54a0d4170361b1081929ad90a99 /misc/9menu | |
parent | f20ec469cc15b080f69967f25572d1c16fb4ab26 (diff) | |
download | pkgsrc-9e75ab7f1e43c4793ec71fd31ef9126d71b7dae8.tar.gz |
Add Bauer's keyboard bindings patch to this package, riding on the update
to version 1.6 of this package.
Diffstat (limited to 'misc/9menu')
-rw-r--r-- | misc/9menu/Makefile | 9 | ||||
-rw-r--r-- | misc/9menu/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile index 34e15b04ba9..079ad80ec23 100644 --- a/misc/9menu/Makefile +++ b/misc/9menu/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2003/06/04 08:50:12 agc Exp $ +# $NetBSD: Makefile,v 1.9 2003/06/04 09:02:28 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp # DISTNAME= 9menu-1.6 -CATEGORIES= plan9 misc +CATEGORIES= misc plan9 MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/ +PATCH_SITES= http://www1.informatik.uni-erlangen.de/tree/Persons/bauer/new/ +PATCHFILES= 9menu-1.6.key.patch EXTRACT_SUFX= .shar.gz MAINTAINER= tech-pkg@netbsd.org @@ -12,9 +14,10 @@ COMMENT= Simple menu patterned after the plan9 user interface MAKEFILE= Makefile.noimake ALL_TARGET= 9menu - USE_X11= yes +PATCH_DIST_STRIP= -p1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/9menu ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${PREFIX}/man/man1 diff --git a/misc/9menu/distinfo b/misc/9menu/distinfo index 0641b15e912..949b2eaa62f 100644 --- a/misc/9menu/distinfo +++ b/misc/9menu/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.3 2003/06/04 08:50:12 agc Exp $ +$NetBSD: distinfo,v 1.4 2003/06/04 09:02:28 agc Exp $ SHA1 (9menu-1.6.shar.gz) = 2be989faa461260c6b5faeb0e0c00f71363dcd96 Size (9menu-1.6.shar.gz) = 8401 bytes +SHA1 (9menu-1.6.key.patch) = 8b54a215ab8c978605bd78cff4e08e6550615681 +Size (9menu-1.6.key.patch) = 2912 bytes SHA1 (patch-aa) = 381ea9092583fc0e91a9cc619ea1ee0d32c49abb |