diff options
author | zi <zi@FreeBSD.org> | 2017-03-21 20:46:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:02:49 +0800 |
commit | 4c825059106425d9c0def90739715c721733444e (patch) | |
tree | 176749ef5c0ebc43aa88d8c0873c65db5cba6b2f /security | |
parent | 26347b9d3604b9fcfda3f090369ece87aa4b40ca (diff) | |
download | freebsd-ports-gnome-4c825059106425d9c0def90739715c721733444e.tar.gz freebsd-ports-gnome-4c825059106425d9c0def90739715c721733444e.tar.zst freebsd-ports-gnome-4c825059106425d9c0def90739715c721733444e.zip |
- Add the 'premerge' tag to the portscout ignore list
Diffstat (limited to 'security')
-rw-r--r-- | security/hitch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/hitch/Makefile b/security/hitch/Makefile index eecd5b28a0da..989adbf540bd 100644 --- a/security/hitch/Makefile +++ b/security/hitch/Makefile @@ -28,6 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lcrypto -lssl USE_GITHUB= yes GH_ACCOUNT= varnish +PORTSCOUT= skipv:premerge post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc |