diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-05 20:19:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-05 20:19:04 +0000 |
commit | e3056c3b4620bd798462b5ec07659219a4f8f915 (patch) | |
tree | ea15ab5b3e2280f7e186e57146c80b654f7b0c04 /irc | |
parent | c0d646c6122c1c3e4bd9886cf83079f8a34e64eb (diff) | |
download | freebsd-ports-e3056c3b4620bd798462b5ec07659219a4f8f915.zip |
security/cracklib:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Convert to USES=python
- Use MAKE_CMD
- Create manpage link in post-install instead of using @exec
Diffstat (limited to 'irc')
-rw-r--r-- | irc/atheme-services/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/atheme-services/Makefile b/irc/atheme-services/Makefile index 8d366e611b8a..d6549f389b3d 100644 --- a/irc/atheme-services/Makefile +++ b/irc/atheme-services/Makefile @@ -3,7 +3,7 @@ PORTNAME= atheme-services PORTVERSION= 7.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://atheme.net/downloads/ |