summaryrefslogtreecommitdiff
path: root/sysutils/xps
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-05-29 17:57:52 +0000
committersakamoto <sakamoto>1999-05-29 17:57:52 +0000
commit71f6530e1551258b5f73f31051416c1881351043 (patch)
tree7d967b21372ab2c1d0e08c2166fbd4155c60cd53 /sysutils/xps
parentf9e5b9fc5b4fa2a4cc78a26fbf778730a98ca74d (diff)
downloadpkgsrc-71f6530e1551258b5f73f31051416c1881351043.tar.gz
touch configure for autoconf is never run, noted by Hubert Feyrer.
Diffstat (limited to 'sysutils/xps')
-rw-r--r--sysutils/xps/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile
index 09336580709..9b029f76627 100644
--- a/sysutils/xps/Makefile
+++ b/sysutils/xps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/05/24 08:21:26 sakamoto Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/29 17:57:52 sakamoto Exp $
DISTNAME= xps-3.10
CATEGORIES= sysutils
@@ -15,4 +15,7 @@ USE_MOTIF= yes
GNU_CONFIGURE= yes
+post-extract:
+ @${TOUCH} ${WRKSRC}/configure
+
.include "../../mk/bsd.pkg.mk"