diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-19 09:36:18 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-19 09:36:18 +0800 |
commit | 181565593e3eb1a9050e163a8e3e5272c39baf09 (patch) | |
tree | c7f403c2fbf411a184b27f3419934e729397bc1a | |
parent | 8f82dde85e53fc84df9bca963e072025fe261cff (diff) | |
download | freebsd-ports-gnome-181565593e3eb1a9050e163a8e3e5272c39baf09.tar.gz freebsd-ports-gnome-181565593e3eb1a9050e163a8e3e5272c39baf09.tar.zst freebsd-ports-gnome-181565593e3eb1a9050e163a8e3e5272c39baf09.zip |
Unspam---Remove test target that accidentally slipped in.
-rw-r--r-- | graphics/EZWGL/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 7c1605a33eee..dad791633973 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.8 1998/09/15 11:45:51 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/19 01:27:52 hoek Exp $ # DISTNAME= EZWGL-1.39 @@ -21,9 +21,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME} .include "files/manpages" -checkm: - @echo ${_MLINKS} - pre-install: -@ ${RM} ${WRKSRC}/examples/Makefile.orig -@ ${RM} ${WRKSRC}/examples/ExampleMsg |