summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-12-20 19:54:57 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-12-20 19:54:57 +0000
commitbba3a8778276fc34d60463c04e159eca3ec38504 (patch)
treefa7978faf58d43f1eedf4656a7bdc47e336bf59c /audio
parentAssign maintainership to new victim^Wvolunteer (diff)
Correct a typo to fix the pkg-plist, s/GCONF_SCEMAS/GCONF_SCHEMAS/g. Bump the
PORTREVISION. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=124625
Diffstat (limited to 'audio')
-rw-r--r--audio/goobox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile
index 7a84ecb99d6b..3d8d042d77fd 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>