summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-11-17 12:27:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-11-17 12:27:52 +0000
commit7f9f190dd7613553423d70df8ecd2b06cc58049b (patch)
treeaa5d00328a10aeef7fae4e2fcfe2635f4f96dbc5
parentUpdate to 1.4 (diff)
Add the forgotten manpage
Reported by: QAT
Notes
Notes: svn path=/head/; revision=264687
-rw-r--r--audio/gogglesmm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile
index 9f216f4ce8a7..91e5a2c14d69 100644
--- a/audio/gogglesmm/Makefile
+++ b/audio/gogglesmm/Makefile
@@ -27,11 +27,12 @@ OPTIONS= DBUS "Add DBUS support" on \
GCRYPT "Use libgcrypt for md5 calculation" off
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --mandir=${LOCALBASE}/man --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX}
MAKE_JOBS_SAFE= yes
USE_GMAKE= yes
USE_XZ= yes
INSTALLS_ICONS= yes
+MAN1= gogglesmm.1
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING