diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-28 05:44:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-28 05:44:55 +0000 |
commit | f3ef908016c0b5b8784df3eae6bd40eabf52f695 (patch) | |
tree | dd1b187bdc04eb020a399c0688581f6b4df10f82 /print/ifhp | |
parent | d37eda8cfc9069cbab35c07be9d3c5bea061ea40 (diff) | |
download | ports-f3ef908016c0b5b8784df3eae6bd40eabf52f695.tar.gz ports-f3ef908016c0b5b8784df3eae6bd40eabf52f695.zip |
Notes
Diffstat (limited to 'print/ifhp')
-rw-r--r-- | print/ifhp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile index 38dd081e116e..4c89de91ed02 100644 --- a/print/ifhp/Makefile +++ b/print/ifhp/Makefile @@ -26,10 +26,10 @@ CONFIGURE_ARGS= \ --with-ldopts="-L${LOCALBASE}/lib" \ --with-ccopts="-I${LOCALBASE}/include" .if defined(PREFIX) - CONFIGURE_ARGS+= --prefix="${PREFIX}" +CONFIGURE_ARGS+= --prefix="${PREFIX}" .endif .if defined(SYSCONFDIR) - CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}" +CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}" .endif MAN8= ifhp.8 textps.8 |