diff options
author | uqs <uqs@FreeBSD.org> | 2010-11-26 16:01:49 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-11-26 16:01:49 +0800 |
commit | fde869fc71fd9a8b9a23b11c4d641b7127e63833 (patch) | |
tree | f0b2e5e47e997c9809342dfdc6aded94a3f8eeba /textproc/mdocml | |
parent | 5e8da884d228388171fc49524d0c941a336a5183 (diff) | |
download | freebsd-ports-gnome-fde869fc71fd9a8b9a23b11c4d641b7127e63833.tar.gz freebsd-ports-gnome-fde869fc71fd9a8b9a23b11c4d641b7127e63833.tar.zst freebsd-ports-gnome-fde869fc71fd9a8b9a23b11c4d641b7127e63833.zip |
Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by: pav
Diffstat (limited to 'textproc/mdocml')
-rw-r--r-- | textproc/mdocml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 7209492fca60..6ff5350fb310 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -9,7 +9,8 @@ PORTNAME= mdocml PORTVERSION= 1.10.6 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler |