diff options
author | bapt <bapt@FreeBSD.org> | 2010-11-17 20:13:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-11-17 20:13:49 +0800 |
commit | 9ffb2e92529bf3bba44f51b3e3ad2dc6c689619d (patch) | |
tree | d09b9422c72cb07ab4e3ba799b8dfcbe5c679746 | |
parent | d69b581300d50bacf92f9f112e9e14ed2d22568b (diff) | |
download | freebsd-ports-gnome-9ffb2e92529bf3bba44f51b3e3ad2dc6c689619d.tar.gz freebsd-ports-gnome-9ffb2e92529bf3bba44f51b3e3ad2dc6c689619d.tar.zst freebsd-ports-gnome-9ffb2e92529bf3bba44f51b3e3ad2dc6c689619d.zip |
Fix prefix
Reported by: QAT
-rw-r--r-- | audio/gogglesmm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index fd41dd1d794f..9f216f4ce8a7 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -27,7 +27,7 @@ OPTIONS= DBUS "Add DBUS support" on \ GCRYPT "Use libgcrypt for md5 calculation" off HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${LOCALBASE}/man +CONFIGURE_ARGS+= --mandir=${LOCALBASE}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_XZ= yes |