aboutsummaryrefslogtreecommitdiffstats
path: root/security/portscanner
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-01-27 06:19:07 +0800
committerbillf <billf@FreeBSD.org>1999-01-27 06:19:07 +0800
commit3cc49d9d17725cc50121790d4a1b82b23dc3ee5f (patch)
tree802b3aa609a179754b0c7909af0851f1c5b8eecd /security/portscanner
parentddd52918687f7e3150e7aed80fc8af830438ac9f (diff)
downloadfreebsd-ports-gnome-3cc49d9d17725cc50121790d4a1b82b23dc3ee5f.tar.gz
freebsd-ports-gnome-3cc49d9d17725cc50121790d4a1b82b23dc3ee5f.tar.zst
freebsd-ports-gnome-3cc49d9d17725cc50121790d4a1b82b23dc3ee5f.zip
Move ports/net/{portscanner,strobe} to ports/security
Diffstat (limited to 'security/portscanner')
-rw-r--r--security/portscanner/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile
index 74b3b25e71fe..65df57d62063 100644
--- a/security/portscanner/Makefile
+++ b/security/portscanner/Makefile
@@ -3,12 +3,12 @@
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.3 1998/11/23 08:37:27 asami Exp $
+# $Id: Makefile,v 1.4 1998/12/03 19:12:28 obrien Exp $
#
DISTNAME= PortScanner-1.0
PKGNAME= portscanner-1.0
-CATEGORIES= net security
+CATEGORIES= security net
MASTER_SITES= http://www.ameth.org/~veilleux/ \
http://www.FreeBSD.org/~billf/
@@ -18,10 +18,10 @@ NO_WRKSUBDIR= yes
do-build:
- @${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
+ @ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin
.include <bsd.port.mk>