summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 10:22:27 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 10:22:27 +0000
commitd445f55bf0707f0cc73fb1ab754791185eb3ad4e (patch)
tree65f70344b59cf6a92f2a6e02f3bfe2d640472978 /print
parent1d98f6a8b18da578a984cd6181cf68c4ba3f3cf2 (diff)
downloadpkgsrc-d445f55bf0707f0cc73fb1ab754791185eb3ad4e.tar.gz
bl3ify
Diffstat (limited to 'print')
-rw-r--r--print/xpp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 620eb7e7b3f..56a895cfbac 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/02/18 10:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/18 10:22:27 jlam Exp $
DISTNAME= xpp-1.1
PKGREVISION= 2
@@ -16,11 +16,11 @@ GNU_CONFIGURE= yes
DOCDIR= ${PREFIX}/share/doc/xpp
+.include "../../print/cups/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
+
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
-.include "../../print/cups/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"