diff options
author | rene <rene@FreeBSD.org> | 2011-04-02 01:25:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-04-02 01:25:31 +0800 |
commit | da41e941adff990f78342c380ef1a7155bdea006 (patch) | |
tree | 37637f6531bf99e2afdce018d2fdebecbc7d4e43 /www/chromium | |
parent | 63554a8d5ead1a48422bc9fe62189485da24643e (diff) | |
download | freebsd-ports-graphics-da41e941adff990f78342c380ef1a7155bdea006.tar.gz freebsd-ports-graphics-da41e941adff990f78342c380ef1a7155bdea006.tar.zst freebsd-ports-graphics-da41e941adff990f78342c380ef1a7155bdea006.zip |
Attempt to fix sanity failure
Submitted by: dvl via freshports
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index c6c8966f5ce..6f3ef52316c 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -176,7 +176,7 @@ do-install: post-install: .if ${OSVERSION} < 900000 -@${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .endif .include <bsd.port.mk> |