diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-01-08 14:46:18 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-01-08 14:46:18 +0000 |
commit | ccfd55b3455cba439cc760a7c487868191a00506 (patch) | |
tree | 6bb29115c9b12b57dd55fd76e656e40b69ec067d /textproc/modlogan | |
parent | 44a9fa434a5266b6d405a297bd4eaeb8f07fe824 (diff) |
Fix the fetch of the distfile.
Notes
Notes:
svn path=/head/; revision=97679
Diffstat (limited to 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 390ed7f56a7e..72051ed02ce5 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 0.8.10 CATEGORIES= textproc www MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= modlogan MAINTAINER= netchild@FreeBSD.org COMMENT= A modular log file analysis program |