diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-04 23:52:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-04 23:52:39 +0800 |
commit | 3fa549eadd3b26ab4cccf88cec48afd7de8338ed (patch) | |
tree | 84caada910a1f0ced6c4be3fa5c5323a2aeba7c1 /misc | |
parent | 296c4b2f6cb0c6f837bd425644942215d2a21010 (diff) | |
download | marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.gz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.bz2 marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.lz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.xz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.zst marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.zip |
-Remove the --mandir, taken care by gnomeprefix.
-Use MANPREFIX.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9132 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/shared-mime-info/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 262bf8188..3713ecdfb 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -3,7 +3,7 @@ # Whom: olgeni@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/misc/shared-mime-info/Makefile,v 1.7 2007/05/19 21:54:52 marcus Exp $ +# $MCom: ports/misc/shared-mime-info/Makefile,v 1.8 2007/05/30 04:26:58 mezz Exp $ # PORTNAME= shared-mime-info @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= glib20 libxml2 intltool gnomehack intlhack -CONFIGURE_ARGS= --mandir=${PREFIX}/man +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |