aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-29 22:09:39 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-29 22:09:39 +0000
commita78c8ee06436b9eb194e3b12b9347ae1477f7569 (patch)
tree733630c503b8a1fa6273317fe082f88b8a40393e /graphics
parentd2d44fd97c83fab746a066cda55eb3d0e4292582 (diff)
downloadports-a78c8ee06436b9eb194e3b12b9347ae1477f7569.tar.gz
ports-a78c8ee06436b9eb194e3b12b9347ae1477f7569.zip
Retire gimp-manual-ps port. The new version of the manual is only available
as html or pdf PR: 51600 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=79891
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gimp-manual-ps/Makefile11
2 files changed, 0 insertions, 12 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 966e0570c846..421bdeadf7e6 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -94,7 +94,6 @@
SUBDIR += gimp-devel
SUBDIR += gimp-manual-html
SUBDIR += gimp-manual-pdf
- SUBDIR += gimp-manual-ps
SUBDIR += gimp1
SUBDIR += giram
SUBDIR += gkrellkam
diff --git a/graphics/gimp-manual-ps/Makefile b/graphics/gimp-manual-ps/Makefile
deleted file mode 100644
index fa7b1459af40..000000000000
--- a/graphics/gimp-manual-ps/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# New ports collection makefile for: gimp-manual-1.0.0 (PS)
-# Date created: 5 June 1998
-# Whom: Brett Taylor
-#
-# $FreeBSD$
-#
-
-DOCFORMAT= PS
-MASTERDIR= ${.CURDIR}/../gimp-manual-html
-
-.include "${MASTERDIR}/Makefile"