summaryrefslogtreecommitdiff
path: root/x11/xdialog/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-11 16:48:14 +0000
committerrillig <rillig@pkgsrc.org>2006-11-11 16:48:14 +0000
commitd5140de49dff4678f239fb315d6e18f3891b33ae (patch)
tree4cd664a3492cdb10eb2f47d9932f50abcac14743 /x11/xdialog/Makefile
parent7ea78f81ff76d22a2ab46081961894352df9e1a6 (diff)
downloadpkgsrc-d5140de49dff4678f239fb315d6e18f3891b33ae.tar.gz
Fixed "test ==".
Diffstat (limited to 'x11/xdialog/Makefile')
-rw-r--r--x11/xdialog/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index 8aee6abd041..3e7cbc3de11 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/04/13 18:23:44 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/11/11 16:53:10 rillig Exp $
#
DISTNAME= Xdialog-2.1.1
@@ -20,6 +20,8 @@ GNU_CONFIGURE= YES
DOCDIR= ${PREFIX}/share/doc/html/xdialog
EGDIR= ${PREFIX}/share/examples/xdialog
+CHECK_PORTABILITY_SKIP+= samples/*
+
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} *.html *.png ${DOCDIR}