diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-02 16:56:53 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-02 16:56:53 +0800 |
commit | a035260c84f0e05490e46b67d26a41a5540808e6 (patch) | |
tree | cfc62092bb759b004f67f27c4df3f2ba81ea426b /x11/9menu/Makefile | |
parent | cede460bbb1f2f72d2dd1df8830f40ff2e303829 (diff) | |
download | freebsd-ports-gnome-a035260c84f0e05490e46b67d26a41a5540808e6.tar.gz freebsd-ports-gnome-a035260c84f0e05490e46b67d26a41a5540808e6.tar.zst freebsd-ports-gnome-a035260c84f0e05490e46b67d26a41a5540808e6.zip |
Update to 1.6.
Also, use MAKEFILE= instead of copying files over other ones
in WRKSRC. Fix some formatting, and change MAINTAINER to be
the submitter of this PR.
PR: 50052
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
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 |