aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-11-07 20:32:18 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-11-07 20:32:18 +0000
commitdbee00cccf354c3d469f2a63aacbfc51dfcb2e81 (patch)
tree7ecac0b2ab2c976fc14b1880a85bb4e580a4451a
parentf668b29bad6538749ad550ec96f7622d93db9592 (diff)
downloadports-dbee00cccf354c3d469f2a63aacbfc51dfcb2e81.tar.gz
ports-dbee00cccf354c3d469f2a63aacbfc51dfcb2e81.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/docproj-nojadetex/Makefile10
3 files changed, 1 insertions, 11 deletions
diff --git a/MOVED b/MOVED
index 5c3bd3b8b1de..3e62d547d573 100644
--- a/MOVED
+++ b/MOVED
@@ -5175,3 +5175,4 @@ textproc/stardict2||2013-11-07|Has expired: Newer version available in ports: te
devel/pure-stldict|devel/pure-stllib|2013-11-07|Removed: Use devel/pure-stllib instead
devel/pure-stlvec|devel/pure-stllib|2013-11-07|Removed: Use devel/pure-stllib instead
textproc/lexxia||2013-11-07|Removed no public distfile available anymore
+textproc/docproj-nojadetex||2013-11-07|Removed
diff --git a/textproc/Makefile b/textproc/Makefile
index 83cbd5d7a999..52d68ec2b3d5 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -139,7 +139,6 @@
SUBDIR += docdiff
SUBDIR += doclifter
SUBDIR += docproj
- SUBDIR += docproj-nojadetex
SUBDIR += dom4j
SUBDIR += domc
SUBDIR += dsssl-docbook-modular
diff --git a/textproc/docproj-nojadetex/Makefile b/textproc/docproj-nojadetex/Makefile
deleted file mode 100644
index 17d51949a22f..000000000000
--- a/textproc/docproj-nojadetex/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
-# $FreeBSD$
-
-PKGNAMESUFFIX= -nojadetex
-WITHOUT_JADETEX=yes
-
-MASTERDIR= ${.CURDIR}/../docproj
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"