summaryrefslogtreecommitdiff
path: root/sysutils/xps
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-05-29 17:57:52 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-05-29 17:57:52 +0000
commit8026b2fcb5fece934729aa9b3465e693e0dfe0d4 (patch)
tree7d967b21372ab2c1d0e08c2166fbd4155c60cd53 /sysutils/xps
parent279b4feb03ebc2ff4b4dac8d591c483ee738af8c (diff)
downloadpkgsrc-8026b2fcb5fece934729aa9b3465e693e0dfe0d4.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"