1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-14 15:41:17 +00:00
parent bee681207c
commit b3a6808b72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344263

View File

@ -10,9 +10,8 @@ MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Manipulate db(3)'s btree(3) and hash(3) databases - NetBSD port
MAN1= db.1
MANCOMPRESSED= yes
PLIST_FILES= bin/db
PLIST_FILES= bin/db \
man/man1/db.1.gz
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
@ -23,7 +22,6 @@ DIST_DB1= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.1?rev
DIST_DBC= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/db.c?rev=${PORTVERSION}&content-type=text/plain
DIST_MAKEFILE= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/usr.bin/db/Makefile?rev=${MAKEVERSION}&content-type=text/plain
NO_STAGE= yes
tarball:
${MKDIR} ${WRKSRC}
fetch -o ${WRKSRC}/db.1 "${DIST_DB1}"