diff options
author | mat <mat@FreeBSD.org> | 2014-02-18 21:09:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-02-18 21:09:58 +0800 |
commit | bf26498d81414956d0c2b6f0713c42f5d534c38e (patch) | |
tree | ada09a58f36a5f6b7de23d6183d79d9e8c5c225a /textproc/docbook-sk | |
parent | 5d478542a96e1df9b2abd30b0f561460bcba95c5 (diff) | |
download | freebsd-ports-gnome-bf26498d81414956d0c2b6f0713c42f5d534c38e.tar.gz freebsd-ports-gnome-bf26498d81414956d0c2b6f0713c42f5d534c38e.tar.zst freebsd-ports-gnome-bf26498d81414956d0c2b6f0713c42f5d534c38e.zip |
Fix docbook-500, the files were one level too deep.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'textproc/docbook-sk')
-rw-r--r-- | textproc/docbook-sk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-sk/Makefile b/textproc/docbook-sk/Makefile index eb0b689b5e2c..3992348ac3cc 100644 --- a/textproc/docbook-sk/Makefile +++ b/textproc/docbook-sk/Makefile @@ -13,7 +13,7 @@ NO_ISOCAT= yes XML_DTD= yes HAS_MANUAL_CATALOG_FILE= yes -DTD_SUBDIR?= ${PORTNAME:S/-sk//} +DTD_NAME?= ${PORTNAME:S/-sk//} PORTDOCS= ChangeLog *.txt |