aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cint
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2007-08-25 17:42:57 +0800
committerfjoe <fjoe@FreeBSD.org>2007-08-25 17:42:57 +0800
commit68b4048f3dff70b031594fb574255e400a946c01 (patch)
tree687b56fa76b7b099ecfb80d45407845e709bde8d /lang/cint
parentbbb8d3162094b3fbbeae974da18b7936fd0dd5ef (diff)
downloadfreebsd-ports-gnome-68b4048f3dff70b031594fb574255e400a946c01.tar.gz
freebsd-ports-gnome-68b4048f3dff70b031594fb574255e400a946c01.tar.zst
freebsd-ports-gnome-68b4048f3dff70b031594fb574255e400a946c01.zip
Use PREFIX instead of MANPREFIX for --mandir.
Diffstat (limited to 'lang/cint')
-rw-r--r--lang/cint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 446a17802edf..ec7586e066a2 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -30,6 +30,6 @@ do-install:
--bindir=${PREFIX}/bin\
--libdir=${PREFIX}/lib/cint\
--docdir=${PREFIX}/share/doc/cint\
- --mandir=${PREFIX}/man
+ --mandir=${MANPREFIX}/man
.include <bsd.port.mk>