diff options
Diffstat (limited to 'print')
-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 |