diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-02 08:56:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-02 08:56:53 +0000 |
commit | 64884b5279424749dfa08e223953568542f09cde (patch) | |
tree | 4001f46fa11cdeab2df6a66ad3f68daf738b096b /x11/9menu/Makefile | |
parent | 5c660af9c000de74f522ea20c191e564f0e62d7f (diff) | |
download | ports-64884b5279424749dfa08e223953568542f09cde.tar.gz ports-64884b5279424749dfa08e223953568542f09cde.zip |
Notes
Diffstat (limited to 'x11/9menu/Makefile')
-rw-r--r-- | x11/9menu/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index 70e9b94437c6..4a3ed48ac0e4 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -6,21 +6,21 @@ # PORTNAME= 9menu -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= x11-wm plan9 -MASTER_SITES= ftp://ftp.comintern.ru/pub/unix/X11/plan9/ \ - ftp://ftp.mathcs.emory.edu/pub/arnold/ - +MASTER_SITES= ftp://quenix.dyndns.org/freebsd/ \ + http://mitglied.lycos.de/buran/linux/soft/9menu/ EXTRACT_SUFX= .shar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gagnon__s@videotron.ca COMMENT= A simple menu patterened after plan9 -USE_XLIB= yes -NO_WRKSUBDIR= yes +USE_XLIB= yes EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh +MAKEFILE= Makefile.noimake +ALL_TARGET= 9menu MAN1= 9menu.1 MANCOMPRESSED= yes |