diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:36:18 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-09-19 01:36:18 +0000 |
commit | f9628f732f3ee0a702facc06e4a8ad0c3c8bb841 (patch) | |
tree | 4968ba9e14383e07d12b3afa498e7c6f6effd2e3 /graphics/EZWGL | |
parent | dcf1287e4dd227b8941d70abdccc652873302ce3 (diff) | |
download | ports-f9628f732f3ee0a702facc06e4a8ad0c3c8bb841.tar.gz ports-f9628f732f3ee0a702facc06e4a8ad0c3c8bb841.zip |
Unspam---Remove test target that accidentally slipped in.
Notes
Notes:
svn path=/head/; revision=13233
Diffstat (limited to 'graphics/EZWGL')
-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 |