ports/sysutils/bacula11-docs/Makefile
Stefan Eßer 04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00

26 lines
468 B
Makefile

PORTNAME= bacula
PORTVERSION= 11.0.5
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= 11-docs
DISTNAME= ${PORTNAME}-docs-${PORTVERSION}
CONFLICTS= bacula9
MAINTAINER= dvl@FreeBSD.org
COMMENT= Bacula document set
USES= tar:bz2
NO_BUILD= yes
NO_ARCH= yes
PORTDOCS= *.pdf
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${FIND} ${WRKSRC}/manuals/en \
-name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \;
.include <bsd.port.mk>