summaryrefslogtreecommitdiff
path: root/sysutils/diskscrub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/diskscrub/Makefile')
-rw-r--r--sysutils/diskscrub/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile
index 3fec23f0b61..0fa94bbf47f 100644
--- a/sysutils/diskscrub/Makefile
+++ b/sysutils/diskscrub/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2013/12/15 19:44:39 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.8 2014/02/21 01:13:00 prlw1 Exp $
DISTNAME= scrub-2.5.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://diskscrub.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -13,6 +12,11 @@ COMMENT= Utility to overwrite disks and scrub the data on them
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= autoconf automake
USE_TOOLS+= perl # this is purely for GNU configure (X_AC_META macro)
+pre-configure:
+ cd ${WRKSRC} && sh autogen.sh
+
.include "../../mk/bsd.pkg.mk"