f8c0fc3b57
Remove DESTDIR/stand before building to avoid failed builds from renamed module path.
18 lines
430 B
Makefile
18 lines
430 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/04/01 19:05:03 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= etcmanage-0.6.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/
|
|
COMMENT= Automatically manage files in /etc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= perl:run
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|