diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-04-03 16:20:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-04-03 16:20:36 +0800 |
commit | 630e657bacad46049d8a6c9e22081d26a8efddad (patch) | |
tree | f7817bddd6266809ff4041550d52052e5581fa7d /www | |
parent | f7adda91d4cc4e9329bb330dd773aa12ba0dd63c (diff) | |
download | freebsd-ports-gnome-630e657bacad46049d8a6c9e22081d26a8efddad.tar.gz freebsd-ports-gnome-630e657bacad46049d8a6c9e22081d26a8efddad.tar.zst freebsd-ports-gnome-630e657bacad46049d8a6c9e22081d26a8efddad.zip |
- fix empty dir in option.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 69d97eb78504..e8469e6f6323 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -161,7 +161,7 @@ PLIST_FILES+= %%DOCSDIR%%/mod/mod_snmp.html \ %%DOCSDIR%%/snmp_agt/rfc2594.txt \ %%DOCSDIR%%/snmp_agt/apache-scoreboard-mib.txt \ %%DOCSDIR%%/snmp_agt/apache-config-mib.txt -PLIST_DIRS+= %%DOCSDIR%%/snmp_agt www/buckets +PLIST_DIRS+= %%DOCSDIR%%/snmp_agt %%DOCSDIR%% www/buckets .else CONFLICTS+= apache+mod_snmp*-1.* .endif |