diff options
author | marcus <marcus@FreeBSD.org> | 2006-11-11 14:41:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-11-11 14:41:37 +0800 |
commit | 3189c31c3fbf5afbce19476ba46a7c3a88478fbf (patch) | |
tree | 06413eaa0b22d86634816e4d71522f9a44e4a92a /sysutils | |
parent | f58520433db3005a79bfefb2c34ae2c1885a234e (diff) | |
download | freebsd-ports-gnome-3189c31c3fbf5afbce19476ba46a7c3a88478fbf.tar.gz freebsd-ports-gnome-3189c31c3fbf5afbce19476ba46a7c3a88478fbf.tar.zst freebsd-ports-gnome-3189c31c3fbf5afbce19476ba46a7c3a88478fbf.zip |
Adjust mandir to avoid a leftover directory.
Reported by: pointyhat via kris
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index c5c37d3a124d..b8c7ddf417c1 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-power-manager PORTVERSION= 2.16.2 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -31,7 +32,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ CONFIGURE_ARGS= --disable-icon-framing \ --docdir=${PREFIX}/share/doc/${PORTNAME} \ --with-doc-dir=${PREFIX}/share/doc \ - --disable-docbook-docs + --disable-docbook-docs \ + --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |