summaryrefslogtreecommitdiff
path: root/cad/ipal-current
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-12-09 18:43:47 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-12-09 18:43:47 +0000
commiteba731a0da6eb888061d8c45933abbaac3e4338c (patch)
tree24a54a1bc64a6b715109e6f1fdcf3268bfe34f6a /cad/ipal-current
parent43de13d65475bd70658ccd72ea98a9c9771037fa (diff)
downloadpkgsrc-eba731a0da6eb888061d8c45933abbaac3e4338c.tar.gz
ensure configure is executible
Diffstat (limited to 'cad/ipal-current')
-rw-r--r--cad/ipal-current/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile
index 71580bbc4fe..c4ec495a473 100644
--- a/cad/ipal-current/Makefile
+++ b/cad/ipal-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/12/09 18:28:12 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/09 18:43:47 dmcmahill Exp $
#
DISTNAME= ipal-20001122
@@ -16,4 +16,7 @@ GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11= YES
+post-patch:
+ ${CHMOD} a+x ${WRKSRC}/configure
+
.include "../../mk/bsd.pkg.mk"