diff options
author | nakai <nakai@FreeBSD.org> | 2000-04-19 12:46:05 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-04-19 12:46:05 +0800 |
commit | c39b08889ea29a20f58d064caed0fc3f2cfbec42 (patch) | |
tree | 227efc4589d7777014e5b025c77cf223240c7ed6 /audio/gogo/Makefile | |
parent | a5fc7eb258a45eecf13a1239e40b26cef03379e3 (diff) | |
download | freebsd-ports-gnome-c39b08889ea29a20f58d064caed0fc3f2cfbec42.tar.gz freebsd-ports-gnome-c39b08889ea29a20f58d064caed0fc3f2cfbec42.tar.zst freebsd-ports-gnome-c39b08889ea29a20f58d064caed0fc3f2cfbec42.zip |
Update to 2.30 (2.31?) final version
Diffstat (limited to 'audio/gogo/Makefile')
-rw-r--r-- | audio/gogo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index f72ab8c90234..c394fee7b75b 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gogo -PORTVERSION= 2.26a +PORTVERSION= 2.30f CATEGORIES= audio MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/ -DISTNAME= gogo226a +DISTNAME= gogo230f EXTRACT_SUFX= .tgz MAINTAINER= nakai@FreeBSD.org @@ -30,6 +30,8 @@ MAKE_ARGS+= DONT_USE_KANJI= .endif RESTRICTED= Condition is not clear +WRKSRC= ${WRKDIR}/gogo231f + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin .if !defined(MINIMAL) |