diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:37:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 08:37:27 +0000 |
commit | 33bc51da2f6a836e6b5073b2ca4f83d2502810fc (patch) | |
tree | 3d46bbb1314721af3c73a00f2adc9b4af1ee52cd /security/portscanner | |
parent | bd5fadc60b746a9c86c507c22f9007a13b2671fa (diff) | |
download | ports-33bc51da2f6a836e6b5073b2ca4f83d2502810fc.tar.gz ports-33bc51da2f6a836e6b5073b2ca4f83d2502810fc.zip |
Notes
Diffstat (limited to 'security/portscanner')
-rw-r--r-- | security/portscanner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile index e3ef30bb66df..7f7a69f29732 100644 --- a/security/portscanner/Makefile +++ b/security/portscanner/Makefile @@ -3,7 +3,7 @@ # Date created: 11 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.1.1.1 1998/11/17 20:46:44 billf Exp $ +# $Id: Makefile,v 1.2 1998/11/18 21:29:23 billf Exp $ # DISTNAME= PortScanner-1.0 @@ -14,7 +14,7 @@ MASTER_SITES= http://www.ameth.org/~veilleux/ \ MAINTAINER= billf@FreeBSD.org -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes do-build: |