diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/docproj-nojadetex/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index aa6e73dea409..ec236622b92b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -46,6 +46,7 @@ SUBDIR += docbookide.el SUBDIR += docproj SUBDIR += docproj-jadetex + SUBDIR += docproj-nojadetex SUBDIR += dsssl-docbook-cygnus SUBDIR += dsssl-docbook-modular SUBDIR += dtd-catalogs diff --git a/textproc/docproj-nojadetex/Makefile b/textproc/docproj-nojadetex/Makefile new file mode 100644 index 000000000000..8a9d02cc8400 --- /dev/null +++ b/textproc/docproj-nojadetex/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: docproj-nojadetex +# Date created: 25 July 2002 +# Whom: Cyrille Lefevre <cyrille.lefevre@laposte.net> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -nojadetex +JADETEX= no + +MAINTAINER= cyrille.lefevre@laposte.net + +MASTERDIR= ${.CURDIR}/../docproj + +.include "${MASTERDIR}/Makefile" |