diff options
author | netchild <netchild@FreeBSD.org> | 2004-01-08 22:46:18 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-01-08 22:46:18 +0800 |
commit | 3c84787e07469972cf8525fb35d8174083e21283 (patch) | |
tree | c2fb5df4b9a7442c14150d7ebaa0ad14e170d09a | |
parent | 4187b568562b66544e34cce3cb58e42061cdd795 (diff) | |
download | freebsd-ports-gnome-3c84787e07469972cf8525fb35d8174083e21283.tar.gz freebsd-ports-gnome-3c84787e07469972cf8525fb35d8174083e21283.tar.zst freebsd-ports-gnome-3c84787e07469972cf8525fb35d8174083e21283.zip |
Fix the fetch of the distfile.
-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 |