diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 07:48:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 07:48:09 +0000 |
commit | 54da74b0b228253379a76574537afc738f2cb775 (patch) | |
tree | e2f449c1f1251d8116938ec8d87087929aadd7d1 /misc/pdmenu | |
parent | 4f89196dfa67b02af7ae88c930e469534a00c977 (diff) |
Notes
Diffstat (limited to 'misc/pdmenu')
-rw-r--r-- | misc/pdmenu/Makefile | 2 | ||||
-rw-r--r-- | misc/pdmenu/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index 90fc43d73016..b60319c36fec 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -7,6 +7,8 @@ PORTNAME= pdmenu PORTVERSION= 1.2.65 CATEGORIES= misc +# http://kitenet.net is unreachable for a long time now, asked the +# author and maintaier for a known replacement - edwin 20021227 MASTER_SITES= http://kitenet.net/programs/code/pdmenu/ DISTNAME= pdmenu_${PORTVERSION} diff --git a/misc/pdmenu/pkg-descr b/misc/pdmenu/pkg-descr index b9475bbe96ab..26eb7d46eeb9 100644 --- a/misc/pdmenu/pkg-descr +++ b/misc/pdmenu/pkg-descr @@ -1,5 +1,3 @@ Pdmenu is a menuing system for Unix. It is designed to be easy to use, and is suitable for a login shell for inexperienced users, or it can just be ran at the command line as a handy menu. - -WWW: http://www.kitenet.net/programs/pdmenu/ |