diff options
author | gerald <gerald@FreeBSD.org> | 2011-01-16 07:31:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-01-16 07:31:06 +0800 |
commit | ee07eaab7b773bbffeb8cc8f04df5376f1a421eb (patch) | |
tree | fd9bf1c041094ba286cf2e31404df03ffc09972b /security | |
parent | aeb715040733a0c517ae1bc7687b0367a19a149f (diff) | |
download | freebsd-ports-gnome-ee07eaab7b773bbffeb8cc8f04df5376f1a421eb.tar.gz freebsd-ports-gnome-ee07eaab7b773bbffeb8cc8f04df5376f1a421eb.tar.zst freebsd-ports-gnome-ee07eaab7b773bbffeb8cc8f04df5376f1a421eb.zip |
Fix whitespace in Makefile. Add USE_LDCONFIG.
Reported by: portlint
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/openscep/Makefile | 3 | ||||
-rw-r--r-- | security/openscep/distinfo | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 26f695be5953..5033beea6a67 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://openscep.othello.ch/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source scep server -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes @@ -22,6 +22,7 @@ USE_OPENLDAP= yes USE_APACHE= 1.3+ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/security/openscep/distinfo b/security/openscep/distinfo index 8f03422ef855..ce8b41af53d1 100644 --- a/security/openscep/distinfo +++ b/security/openscep/distinfo @@ -1,3 +1,2 @@ -MD5 (openscep-0.4.2.tar.gz) = 484123dd1f02cc98b1a81ecb1f95aa59 SHA256 (openscep-0.4.2.tar.gz) = 1bd44c09872d27abb50ffc75565e7507a5942a93e6dc91b1b2660b3087c098d5 SIZE (openscep-0.4.2.tar.gz) = 416294 |