diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-10-28 19:06:36 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-10-28 19:06:36 +0000 |
commit | 285f21a87c3186fdcc16d24926bb006c56529647 (patch) | |
tree | 53458d20492cd49e30fff00669aba7d7e96a2dba | |
parent | Update this port to use the latest version of NKF. (1.92) (diff) |
o Update maintainer's email address.
o Host distfile on maintainer's personal site; the master site has sailed
off the edge of the world.
PR: 31557
Submitted by: maintainer
o remove ":install" from LIB_DEPENDS. DEPENDS_TARGET is "intsall" by default.
-rw-r--r-- | audio/nosefart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile index 774da045f22b..96180c4a5c89 100644 --- a/audio/nosefart/Makefile +++ b/audio/nosefart/Makefile @@ -8,11 +8,11 @@ PORTNAME= nosefart PORTVERSION= 1.92 CATEGORIES= audio emulators -MASTER_SITES= http://www.nofrendo.org/nosefart/ +MASTER_SITES= http://www.meowfishies.com/code/ -MAINTAINER= sethk@osd.bsdi.com +MAINTAINER= sethk@meowfishies.com -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt:install +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_ZIP= yes USE_GMAKE= yes |