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 /security/apg | |
parent | Add USES=libtool and INSTALL_TARGET=install-strip (diff) |
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
Notes
Notes:
svn path=/head/; revision=367386
Diffstat (limited to 'security/apg')
-rw-r--r-- | security/apg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 38b11cc70aa4..bac5109162a3 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -3,7 +3,7 @@ PORTNAME= apg PORTVERSION= 2.3.0b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.adel.nursat.kz/apg/download/ MASTER_SITE_SUBDIR= UNIX/misc |