diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /security | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) |
Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc)
Notes
Notes:
svn path=/head/; revision=313672
Diffstat (limited to 'security')
-rw-r--r-- | security/spass/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile index 291a58ba1dc0..925d59c1f83b 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -5,10 +5,9 @@ PORTVERSION= 3.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://cloud.github.com/downloads/guyru/spass/ -DISTFILES= ${DISTNAME}.tar.bz2 MAINTAINER= eadler@FreeBSD.org -COMMENT= A secure password generator with a true random number generator +COMMENT= Secure password generator with a true random number generator LICENSE= GPLv3 @@ -17,9 +16,12 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \ boost_program_options:${PORTSDIR}/devel/boost-libs USE_CMAKE= yes +USE_BZIP2= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/spass +MAKE_JOBS_SAFE= yes + .include <bsd.port.mk> |