diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
commit | 204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf (patch) | |
tree | 83db4ca72f4ed53d6ae0652cd99353b1f3f387db /x11-toolkits/gnustep-gui | |
parent | 9a47160412f4654b3f1998019f7469500051591c (diff) | |
download | FreeBSD-ports-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.zip FreeBSD-ports-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.gz |
portlint: remove extra whitespaces before end of line.
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 8912a97..abbc785 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -44,7 +44,7 @@ PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} \ SYSLIBDIR= ${PREFIX}/System/Libraries post-extract: -.for file in config.guess config.sub install-sh +.for file in config.guess config.sub install-sh @${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC} .endfor |