diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-24 02:57:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-24 02:57:27 +0800 |
commit | 00845c70799b9807370319a63c807a3dd0e249f0 (patch) | |
tree | ec9539e14319e04f1c38f17b1c0467525f06efe4 /audio | |
parent | a43b852ab9b9489c29c842b5f57879fd843cb8ac (diff) | |
download | marcuscom-ports-00845c70799b9807370319a63c807a3dd0e249f0.tar.gz marcuscom-ports-00845c70799b9807370319a63c807a3dd0e249f0.tar.zst marcuscom-ports-00845c70799b9807370319a63c807a3dd0e249f0.zip |
Ahhh, you too!! Sync with FreeBSD:
Correct a typo to fix the pkg-plist, s/GCONF_SCEMAS/GCONF_SCHEMAS/g. Bump the
PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goobox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 443a14c63..590805a58 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -7,6 +7,7 @@ PORTNAME= goobox PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -26,6 +27,6 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCEMAS= goobox.schemas +GCONF_SCHEMAS= goobox.schemas .include <bsd.port.mk> |