freebsd-ports/sysutils/bareos-docs/Makefile
Mathieu Arnold 21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00

26 lines
582 B
Makefile

# Created by: Alonso CArdenas <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bareos
PORTVERSION= 15.2
CATEGORIES= sysutils
MASTER_SITES= http://doc.bareos.org/master/
PKGNAMESUFFIX= -docs
DISTFILES= ${PORTNAME}-manual-main-reference.pdf
MAINTAINER= acm@FreeBSD.org
COMMENT= Bareos document set (PDF)
NO_BUILD= yes
PORTDOCS= *.pdf
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${PORTNAME}-manual-main-reference.pdf ${WRKSRC}
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-manual-main-reference.pdf ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>