summaryrefslogtreecommitdiff
path: root/www/oops/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/oops/Makefile')
-rw-r--r--www/oops/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile
index 937f608a4722..b143bf27d375 100644
--- a/www/oops/Makefile
+++ b/www/oops/Makefile
@@ -21,7 +21,7 @@ OOPSVERSION= 1.5.22
OOPSDATE= 20020519
USE_SUBMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \
--sysconfdir=${PREFIX}/etc/oops \
--localstatedir=${OOPSVAR} \
@@ -43,6 +43,9 @@ pre-fetch:
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
+pre-configure:
+ @cd ${WRKSRC} && ${AUTOHEADER}
+
pre-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL