1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

x11/aminal: Ignore nightly versions

This commit is contained in:
Yuri Victorovich 2019-03-03 06:56:31 +00:00
parent d69a45f8d4
commit 37051cf37f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494477

View File

@ -27,6 +27,8 @@ MAKE_ENV= CGO_CFLAGS="-I${LOCALBASE}/include" CGO_LDFLAGS="-L${LOCALBASE}/lib"
PLIST_FILES= bin/${PORTNAME}
PORTSCOUT= skipv:nightly.*
do-build:
@cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} && \
${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go install ./...