- Change the location of installed mk files to ${PREFIX}/share/netbsd-pkgsrc-mk

PR:		ports/144923
Submitted by:	Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2010-04-05 19:56:38 +00:00
parent b64cd6ad09
commit 2062b52206
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252266
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= netbsd-pkgsrc-mk-files
PORTVERSION= 20100117
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.mova.org/~cheusov/pub/netbsd-tools/pkgsrc-mk-files/ \
http://trociny.googlecode.com/files/
@ -17,11 +18,12 @@ COMMENT= Collection of mk-files from pkgsrc project
RUN_DEPENDS= bmake:${PORTSDIR}/devel/bmake
USE_BZIP2= YES
DATADIR= ${PREFIX}/share/mk
DATADIR= ${PREFIX}/share/netbsd-pkgsrc-mk
NO_BUILD= yes
do-install:
cd ${WRKSRC} && \
${MKDIR} ${DATADIR} && \
MK_DST=${DATADIR} OPSYS=FreeBSD SYSCONFDIR=${PREFIX}/etc \
ROOT_GROUP=wheel ROOT_USER=root \
CP=cp SED=sed \

View file

@ -19,3 +19,4 @@
%%DATADIR%%/bsd.subdir.mk
%%DATADIR%%/bsd.sys.mk
%%DATADIR%%/sys.mk
@dirrm %%DATADIR%%