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/Makefile | |
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/Makefile')
-rw-r--r-- | misc/9menu/Makefile | 9 |
1 files changed, 6 insertions, 3 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 |