diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-13 06:28:35 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-13 06:28:35 +0800 |
commit | c50546dc2e69aa072c63e235e5d8aa148e93d499 (patch) | |
tree | bc9ab3e60e6819d2d1b03c712916088759ed090c /print/psmark/Makefile | |
parent | e5a47228ba1bed38cddbf9334eebe5766b46e602 (diff) | |
download | freebsd-ports-gnome-c50546dc2e69aa072c63e235e5d8aa148e93d499.tar.gz freebsd-ports-gnome-c50546dc2e69aa072c63e235e5d8aa148e93d499.tar.zst freebsd-ports-gnome-c50546dc2e69aa072c63e235e5d8aa148e93d499.zip |
Fix with newer gcc by converting multiline string literals to string
concatenation. Removes extra whitespace in the string.
Diffstat (limited to 'print/psmark/Makefile')
-rw-r--r-- | print/psmark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/psmark/Makefile b/print/psmark/Makefile index 3cdb8e14a0f9..a5e578f074ac 100644 --- a/print/psmark/Makefile +++ b/print/psmark/Makefile @@ -8,7 +8,7 @@ PORTNAME= psmark PORTVERSION= 2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.antitachyon.com/download/ DISTNAME= ${PORTNAME}-v${PORTVERSION} |