diff options
author | arved <arved@FreeBSD.org> | 2003-04-30 06:09:39 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-30 06:09:39 +0800 |
commit | eb5fdb05e4cf8999200138efbf97d8743824b9f1 (patch) | |
tree | 0cb14a327c0396d21475ae66e6f3e464505f64f2 /graphics | |
parent | 5b25281bdc3659fd5b8c3c73adf3b514d1ec2253 (diff) | |
download | freebsd-ports-gnome-eb5fdb05e4cf8999200138efbf97d8743824b9f1.tar.gz freebsd-ports-gnome-eb5fdb05e4cf8999200138efbf97d8743824b9f1.tar.zst freebsd-ports-gnome-eb5fdb05e4cf8999200138efbf97d8743824b9f1.zip |
Retire gimp-manual-ps port. The new version of the manual is only available
as html or pdf
PR: 51600
Submitted by: maintainer
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" |