diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-09 15:24:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-09 15:24:42 +0000 |
commit | 0851be7c5add27191312300b18bad03e1b9830e9 (patch) | |
tree | 315f297531326a5c2da5a54e4e0fbbd5307a1a38 /graphics | |
parent | 709b37c22f9d8e4c7a6ed4f8dfc3e39e851e8556 (diff) | |
download | pkgsrc-0851be7c5add27191312300b18bad03e1b9830e9.tar.gz |
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 892cf799f0b..598de47ae33 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/05/07 15:26:01 tron Exp $ +# $NetBSD: Makefile,v 1.16 1998/05/09 15:24:42 frueauf Exp $ DISTNAME= gimp-0.99.28 CATEGORIES= graphics @@ -42,7 +42,7 @@ PLIST_SRC= ${WRKDIR:T}/.PLIST-src pre-build: @if [ "$$DISPLAY" = "" ]; then \ - echo "${DISTNAME} can only be built under X11."; \ + ${ECHO} "${DISTNAME} can only be built under X11."; \ exit 1; \ fi |