diff options
author | joerg <joerg@pkgsrc.org> | 2015-09-12 23:00:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-09-12 23:00:08 +0000 |
commit | 3295ee0f7ccf0a1bc8a85a5c60ae47cc571f951d (patch) | |
tree | a0524d85283b253933ebe54ead3d19a7f59bfa7b | |
parent | c81e61fc2052d62fee41b0749d67cd22865a898a (diff) | |
download | pkgsrc-3295ee0f7ccf0a1bc8a85a5c60ae47cc571f951d.tar.gz |
Fix make syntax.
-rw-r--r-- | net/netdisco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile index 6c6ce1baeb3..06c63b4f68f 100644 --- a/net/netdisco/Makefile +++ b/net/netdisco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/09/09 08:35:51 hauke Exp $ +# $NetBSD: Makefile,v 1.37 2015/09/12 23:00:08 joerg Exp $ DISTNAME= netdisco-${PKGVERSION}_with_mibs PKGNAME= netdisco-${PKGVERSION} @@ -120,7 +120,7 @@ RCD_SCRIPT_SRC.netdisco= ${WRKSRC:Q}/bin/netdisco_daemon .include "../../mk/apache.mk" -.if PKG_APACHE != apache22 +.if ${PKG_APACHE} != "apache22" SUBST_STAGE.apachevers= pre-configure SUBST_FILES.apachevers= html/admin_user.html html/change_pw.html html/login.html SUBST_FILES.apachevers+= html/logout.html html/portcontrol.html |