summaryrefslogtreecommitdiff
path: root/net/icsi-finger
diff options
context:
space:
mode:
authordholland <dholland>2015-11-08 21:41:25 +0000
committerdholland <dholland>2015-11-08 21:41:25 +0000
commit0bfa510ef16496c1afafcf0bed0d1701e8e073f1 (patch)
treeb8c4b50e248d06b14fba0c24937722df4c69eeeb /net/icsi-finger
parent33f9b3734e4033e265eb02de111f724e6eef0642 (diff)
downloadpkgsrc-0bfa510ef16496c1afafcf0bed0d1701e8e073f1.tar.gz
Move bsd.prefs.mk earlier before uses of PKGMANDIR, which is I think
why the openbsd build failed.
Diffstat (limited to 'net/icsi-finger')
-rw-r--r--net/icsi-finger/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/icsi-finger/Makefile b/net/icsi-finger/Makefile
index 1567a21a804..349adbad94e 100644
--- a/net/icsi-finger/Makefile
+++ b/net/icsi-finger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/09/11 21:27:09 dholland Exp $
+# $NetBSD: Makefile,v 1.28 2015/11/08 21:41:25 dholland Exp $
#
DISTNAME= icsi-finger-1.0.29
@@ -16,15 +16,15 @@ WRKSRC= ${WRKDIR}/finger
XMPLD= ${DESTDIR}${PREFIX}/share/examples/icsi-finger
XMPLDT= ${XMPLD}/targets
+.include "../../mk/compiler.mk"
+.include "../../mk/bsd.prefs.mk"
+
INSTALLATION_DIRS= bin libexec sbin
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
INSTALLATION_DIRS+= share/examples/icsi-finger/targets
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
-.include "../../mk/compiler.mk"
-.include "../../mk/bsd.prefs.mk"
-
.if !empty(PKGSRC_COMPILER:Mclang)
CPPFLAGS+= -Wno-error=return-type
.endif