diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-manual-ps/Makefile | 11 |
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" |