mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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:
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
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= netbsd-pkgsrc-mk-files
|
PORTNAME= netbsd-pkgsrc-mk-files
|
||||||
PORTVERSION= 20100117
|
PORTVERSION= 20100117
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.mova.org/~cheusov/pub/netbsd-tools/pkgsrc-mk-files/ \
|
MASTER_SITES= http://www.mova.org/~cheusov/pub/netbsd-tools/pkgsrc-mk-files/ \
|
||||||
http://trociny.googlecode.com/files/
|
http://trociny.googlecode.com/files/
|
||||||
|
@ -17,11 +18,12 @@ COMMENT= Collection of mk-files from pkgsrc project
|
||||||
RUN_DEPENDS= bmake:${PORTSDIR}/devel/bmake
|
RUN_DEPENDS= bmake:${PORTSDIR}/devel/bmake
|
||||||
|
|
||||||
USE_BZIP2= YES
|
USE_BZIP2= YES
|
||||||
DATADIR= ${PREFIX}/share/mk
|
DATADIR= ${PREFIX}/share/netbsd-pkgsrc-mk
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
cd ${WRKSRC} && \
|
cd ${WRKSRC} && \
|
||||||
|
${MKDIR} ${DATADIR} && \
|
||||||
MK_DST=${DATADIR} OPSYS=FreeBSD SYSCONFDIR=${PREFIX}/etc \
|
MK_DST=${DATADIR} OPSYS=FreeBSD SYSCONFDIR=${PREFIX}/etc \
|
||||||
ROOT_GROUP=wheel ROOT_USER=root \
|
ROOT_GROUP=wheel ROOT_USER=root \
|
||||||
CP=cp SED=sed \
|
CP=cp SED=sed \
|
||||||
|
|
|
@ -19,3 +19,4 @@
|
||||||
%%DATADIR%%/bsd.subdir.mk
|
%%DATADIR%%/bsd.subdir.mk
|
||||||
%%DATADIR%%/bsd.sys.mk
|
%%DATADIR%%/bsd.sys.mk
|
||||||
%%DATADIR%%/sys.mk
|
%%DATADIR%%/sys.mk
|
||||||
|
@dirrm %%DATADIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue