diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-26 21:46:11 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-26 21:46:11 +0000 |
commit | d5a8ce6c9c89b153354f564a67ea233cf11dd2c8 (patch) | |
tree | 92220dda7efa4f882e912552b43b9a3ac294778f /net/nmapfe | |
parent | 9bf9be94a86edaf478474a8d1d81c6d7d44154ec (diff) | |
download | pkgsrc-d5a8ce6c9c89b153354f564a67ea233cf11dd2c8.tar.gz |
Whitespace nit.
Diffstat (limited to 'net/nmapfe')
-rw-r--r-- | net/nmapfe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/nmapfe/Makefile b/net/nmapfe/Makefile index 04efd829313..61140f5e056 100644 --- a/net/nmapfe/Makefile +++ b/net/nmapfe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/03 12:45:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/26 21:46:11 cjep Exp $ DISTNAME= nmap-3.00 PKGNAME= nmapfe-0.9.5 @@ -23,7 +23,6 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} MAKE_ENV+= CPPFLAGS="" .endif - do-build: cd ${WRKSRC}/nbase ; ${SETENV} ${BUILD_ENV} ${MAKE} cd ${WRKSRC}/nmapfe ; ${SETENV} ${BUILD_ENV} ${MAKE} |