aboutsummaryrefslogtreecommitdiff
path: root/net/whatmask
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/whatmask
parentbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff)
Notes
Diffstat (limited to 'net/whatmask')
-rw-r--r--net/whatmask/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/whatmask/Makefile b/net/whatmask/Makefile
deleted file mode 100644
index bea4a0e178ae..000000000000
--- a/net/whatmask/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: whatmask
-# Date created: May 20, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= whatmask
-PORTVERSION= 1.2
-CATEGORIES= net
-MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/whatmask/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Easily convert between three common subnet mask notations
-
-GNU_CONFIGURE= yes
-
-MAN1= whatmask.1
-DOCS= AUTHORS ChangeLog README
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>