diff options
author | andreas <andreas@FreeBSD.org> | 1997-06-13 00:48:56 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-06-13 00:48:56 +0800 |
commit | e6c8e1f36fc9a19aff20163c6d064eca7e028929 (patch) | |
tree | dde90b5b0b703a68883ff5de665eb4cd93758a0c /print/ghostscript6 | |
parent | 0975e5202d64368ed0c7e014023196a1f5b88663 (diff) | |
download | freebsd-ports-gnome-e6c8e1f36fc9a19aff20163c6d064eca7e028929.tar.gz freebsd-ports-gnome-e6c8e1f36fc9a19aff20163c6d064eca7e028929.tar.zst freebsd-ports-gnome-e6c8e1f36fc9a19aff20163c6d064eca7e028929.zip |
removed unnecessary newline
Diffstat (limited to 'print/ghostscript6')
-rw-r--r-- | print/ghostscript6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 4024799942c5..82eb0423dccb 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1997/06/11 06:20:46 andreas Exp $ +# $Id: Makefile,v 1.2 1997/06/11 06:37:54 andreas Exp $ # DISTNAME= ghostscript-5.0 @@ -64,4 +64,3 @@ post-install: strip ${PREFIX}/bin/gs .include <bsd.port.mk> - |