1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/sysutils/beadm/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

30 lines
569 B
Makefile

PORTNAME= beadm
PORTVERSION= 1.3.2
PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= GH
MAINTAINER= vermaden@interia.pl
COMMENT= Solaris-like utility to manage Boot Environments on ZFS
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= vermaden
NO_BUILD= YES
NO_ARCH= YES
CONFLICTS_INSTALL= beadm-devel
PLIST_FILES= sbin/${PORTNAME} \
man/man8/${PORTNAME}.8.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
${STAGEDIR}${MANPREFIX}/man/man8/
.include <bsd.port.mk>