diff options
Diffstat (limited to 'net/whatmask')
-rw-r--r-- | net/whatmask/Makefile | 27 |
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> |