978df7eb36
Now, using evbearmv7hf-el as arch will result in that being the subdir under releasedir, so that 6/7 do not collide.
23 lines
551 B
Makefile
23 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.21 2018/09/12 16:59:41 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= etcmanage-0.9.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= sysutils
|
|
#MASTER_SITES= http://www.ir.bbn.com/~gdt/etcmanage/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
#HOMEPAGE= http://www.ir.bbn.com/~gdt/etcmanage/
|
|
COMMENT= Automatically manage files in /etc
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= perl:run
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
AUTO_MKDIRS= YES
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|