diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-08-25 17:42:57 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-08-25 17:42:57 +0800 |
commit | 68b4048f3dff70b031594fb574255e400a946c01 (patch) | |
tree | 687b56fa76b7b099ecfb80d45407845e709bde8d /lang/cint | |
parent | bbb8d3162094b3fbbeae974da18b7936fd0dd5ef (diff) | |
download | freebsd-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/Makefile | 2 |
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> |