diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-13 20:46:21 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-13 20:46:21 +0000 |
commit | 68b1bedaa3de2ce88b5f01ce5a4cfbea8a7c27f8 (patch) | |
tree | 3be9f3d40f293da6ed1418d82cc91c8260968aaf /x11/rxvt-unicode/Makefile | |
parent | 9d303e6149cbba2dee7339287cb4fbe1442d7602 (diff) |
Notes
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 3acb353dd98e..aa3866d5fa82 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 6.3 -PORTREVISION= 1 +PORTVERSION= 7.0 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -29,8 +28,8 @@ USE_GMAKE= yes MAN1= urxvt.1 urxvtc.1 urxvtd.1 MAN7= urxvt.7 -PORTDOCS1= Changes -PORTDOCS= README.menu ${PORTDOCS1} +PORTDOCS1= Changes README.FAQ README.configure +PORTDOCS= README.menu README.xvt ${PORTDOCS1} EXAMPLES= example.menu jedmenu.sl menu rxvt.menu rxvt.zh-menu terminal.menu # disable the embedded perl interpreter |