diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-19 01:49:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-19 01:49:39 +0800 |
commit | 42535f02133a0e68069f595b937e094e504de95d (patch) | |
tree | bc320e32c30688ee5ec5f2a27c3d046f213ee3a8 /textproc | |
parent | a5201f25557d8dc29c50d8f4dbccb64ed0097f2b (diff) | |
download | freebsd-ports-gnome-42535f02133a0e68069f595b937e094e504de95d.tar.gz freebsd-ports-gnome-42535f02133a0e68069f595b937e094e504de95d.tar.zst freebsd-ports-gnome-42535f02133a0e68069f595b937e094e504de95d.zip |
- Fix fetch
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asciidoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/asciidoc/Makefile b/textproc/asciidoc/Makefile index a228ff01626f..378914738bdc 100644 --- a/textproc/asciidoc/Makefile +++ b/textproc/asciidoc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 8.4.5 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.methods.co.nz/asciidoc/ \ - SF + SFP/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= peter.schuller@infidyne.com COMMENT= A text document format for writing short documents and man pages |