diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-23 02:55:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-23 02:55:29 +0000 |
commit | 8d494f25afd0e3d607a5d1666faad5d1b3230001 (patch) | |
tree | 218f75991e4f57499f3464d8a5b01c5e1718c844 | |
parent | - adoption of optionsNG (diff) |
Fix build.
Spotted by: mandree
Notes
Notes:
svn path=/head/; revision=318830
-rw-r--r-- | print/passivetex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/passivetex/Makefile b/print/passivetex/Makefile index d5e32c3626a1..0fbdfea029ad 100644 --- a/print/passivetex/Makefile +++ b/print/passivetex/Makefile @@ -25,7 +25,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= LICENSE README.passivetex index.html index.xml -EXAMPLES= Makefile chap01.xml chap02.xml chap03.xml chap04.xml \ +PORTEXAMPLES= Makefile chap01.xml chap02.xml chap03.xml chap04.xml \ check.xsl darkness.fo darkness.pdf darkness.xml darkness.xsl \ exercise-print.xsl exercise.fo exercise.pdf exercise.xml \ fezziPic.png fotex.cfg.eg hyperref.cfg \ |