diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-02 08:15:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-02 08:15:23 +0800 |
commit | 9b3d9b62f7de6e519493c259a54cbaa25b1fd78e (patch) | |
tree | 08b8a1895493bfb8773d86a65178cca1d144738e | |
parent | d581e941529958a3f6d44abd7c6d973acc799d11 (diff) | |
download | freebsd-ports-gnome-9b3d9b62f7de6e519493c259a54cbaa25b1fd78e.tar.gz freebsd-ports-gnome-9b3d9b62f7de6e519493c259a54cbaa25b1fd78e.tar.zst freebsd-ports-gnome-9b3d9b62f7de6e519493c259a54cbaa25b1fd78e.zip |
Fix typo in comments. I don't believe there are that many sites
where you can download masers, but, on the other hand, see RFC 1437
by the present committer.
-rw-r--r-- | x11-toolkits/xview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 7efda54643ef..0ce2a7e07ddf 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} \ ${MASTER_SITE_XCONTRIB} -# former for ${MASER_SITE_LOCAL}, latter for ${MASTER_SITE_XCONTRIB} +# former for ${MASTER_SITE_LOCAL}, latter for ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS libraries DISTNAME= xview3.2p1-X11R6 |