ports/net/cvsup-static/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

28 lines
716 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
PORTNAME= cvsup-static
PORTVERSION= 16.1h
CATEGORIES= net devel
MASTER_SITES= LOCAL/delphij
PKGNAMEPREFIX= binary-
DISTNAME= cvsup-without-gui-static-${ARCH}-${PORTVERSION}
MAINTAINER= delphij@FreeBSD.org
COMMENT= File distribution system optimized for CVS
ONLY_FOR_ARCHS= amd64
CONFLICTS_INSTALL= modula3
DISTINFO_FILE= ${.CURDIR}/distinfo.${ARCH}
NO_BUILD= yes
USES= tar:xz
do-install:
(cd ${WRKDIR} && ${COPYTREE_BIN} bin ${STAGEDIR}${PREFIX})
(cd ${WRKDIR} && ${COPYTREE_BIN} sbin ${STAGEDIR}${PREFIX})
(cd ${WRKDIR} && ${COPYTREE_SHARE} share/cvsup ${STAGEDIR}${PREFIX})
(cd ${WRKDIR} && ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX})
.include <bsd.port.mk>