freebsd-ports/ports-mgmt/poudriere/Makefile
Bryan Drewery dc44d10de8 - Update to 3.0.19
Changes:
  * Fix improper call to 'msg_warn'. Bad backport from 3.1.

Reported by:	sunpoet
2014-09-17 15:51:37 +00:00

26 lines
668 B
Makefile

# $FreeBSD$
PORTNAME= poudriere
PORTVERSION= 3.0.19
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ \
LOCAL/bdrewery/${PORTNAME}/
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION}
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Port build and test system
LICENSE= BSD2CLAUSE
OPTIONS_DEFINE= ZSH
OPTIONS_SUB= yes
CONFLICTS_INSTALL= poudriere-devel
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/poudriere/*
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
@${INSTALL_DATA} ${WRKSRC}/zsh-completions \
${STAGEDIR}${PREFIX}/share/zsh/site-functions/_poudriere
.include <bsd.port.mk>