diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-11 23:51:57 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-11 23:51:57 +0000 |
commit | ebf12fd7edbd692ec31afa37b069b401c0af1290 (patch) | |
tree | 8079eea00277b3c91e7d6522c7cbbf63b389a7d3 /security | |
parent | 3a60890ccac4907bd823808cbe0d2eba63bfbab4 (diff) |
- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Adopt
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=232147
Diffstat (limited to 'security')
-rw-r--r-- | security/openscep/Makefile | 6 | ||||
-rw-r--r-- | security/openscep/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/openscep/Makefile b/security/openscep/Makefile index 0a5853bab7d7..6dae230d1f5f 100644 --- a/security/openscep/Makefile +++ b/security/openscep/Makefile @@ -7,17 +7,17 @@ PORTNAME= openscep PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://openscep.othello.ch/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= Open source scep server USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes USE_OPENLDAP= yes -USE_APACHE= yes +USE_APACHE= 1.3+ GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/security/openscep/pkg-plist b/security/openscep/pkg-plist index c72bdeaa0bbd..d04b0ed59292 100644 --- a/security/openscep/pkg-plist +++ b/security/openscep/pkg-plist @@ -70,5 +70,6 @@ www/openscep/title.html www/openscep/updatecrl.8.html www/openscep/welcome.html @dirrm www/cgi-bin/openscep +@dirrm www/cgi-bin @dirrm www/openscep @dirrmtry etc/openscep |