diff options
author | asami <asami@FreeBSD.org> | 1998-10-30 14:32:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-30 14:32:40 +0800 |
commit | 1238067a4a7ad82d054208de954deffd62fa153a (patch) | |
tree | 684542ba506858f6472fccf2161887057ce0cd4b /x11/gnome | |
parent | a1d303d2ffdc01465c0936db67ab781c1d14338f (diff) | |
download | freebsd-ports-gnome-1238067a4a7ad82d054208de954deffd62fa153a.tar.gz freebsd-ports-gnome-1238067a4a7ad82d054208de954deffd62fa153a.tar.zst freebsd-ports-gnome-1238067a4a7ad82d054208de954deffd62fa153a.zip |
Fix three typos (gxsnmp.o -> gxsnmp.1, ggc -> ggv, do-install= -> do-install:).
Guys, it wouldn't hurt to TEST these things once in a while! ;)
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index ead6a7e72c8e..c8fd17ddd43c 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Aug 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/10/28 15:57:25 vanilla Exp $ # DISTNAME= gnome-0.30 @@ -16,15 +16,15 @@ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ panel_applet.0:${PORTSDIR}/x11/gnomecore \ gdkcardimage.0:${PORTSDIR}/games/gnomegames \ - gxsnmp.o:${PORTSDIR}/sysutils/gnomeadmin + gxsnmp.1:${PORTSDIR}/sysutils/gnomeadmin RUN_DEPENDS= gcalc:${PORTSDIR}/misc/gnomeutils \ ElectricEyes:${PORTSDIR}/graphics/electriceyes \ - ggc:${PORTSDIR}/print/ggv \ + ggv:${PORTSDIR}/print/ggv \ gnumeric:${PORTSDIR}/math/gnumeric EXTRACT_ONLY= # empty NO_BUILD= yes -do-install= # empty +do-install: # empty .include <bsd.port.mk> |