diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-13 07:20:29 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-13 07:20:29 +0800 |
commit | 82a76326662e34c314c272bfd71bba27b972cb6d (patch) | |
tree | f86bc416e183b61a2e0ea07d8ccfadbaf8c116a1 /databases | |
parent | f054c52275b21805f2d1f78264bd06440058a9ab (diff) | |
download | freebsd-ports-graphics-82a76326662e34c314c272bfd71bba27b972cb6d.tar.gz freebsd-ports-graphics-82a76326662e34c314c272bfd71bba27b972cb6d.tar.zst freebsd-ports-graphics-82a76326662e34c314c272bfd71bba27b972cb6d.zip |
honor PREFIX
PR: 30387
Submitted by: MAINTAINER
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 04358656246..3944c10d4c7 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -15,6 +15,9 @@ MAINTAINER= clefevre@citeweb.net USE_LIBTOOL= yes INSTALLS_SHLIB= yes +USE_GMAKE= yes +# PREFIX isn't honored. force it w/ prefix. +MAKE_ARGS= prefix=${PREFIX} MAN3= gdbm.3 |