65f49ee7c6
Prune MANIFEST files for 12.1-RC1 and 12.1-RC2. MFH: 2019Q4 Sponsored by: Rubicon Communications, LLC (netgate.com)
25 lines
440 B
Makefile
25 lines
440 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= freebsd-release-manifests
|
|
DISTVERSION= 20191104
|
|
PORTREVISION= 0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= #
|
|
DISTFILES= #
|
|
|
|
MAINTAINER= re@FreeBSD.org
|
|
COMMENT= FreeBSD release manifests
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/freebsd
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/MANIFESTS
|
|
${INSTALL_DATA} ${FILESDIR}/MANIFESTS/* \
|
|
${STAGEDIR}${DATADIR}/MANIFESTS/
|
|
|
|
.include <bsd.port.mk>
|