tidy up Makefile

This commit is contained in:
avsm 2001-05-21 00:11:19 +00:00
parent 70d7819bab
commit f2e86dc098

View File

@ -1,21 +1,21 @@
# $OpenBSD: Makefile,v 1.2 2001/05/06 05:00:11 lebel Exp $
# $OpenBSD: Makefile,v 1.3 2001/05/21 00:11:19 avsm Exp $
COMMENT= "shell utilities to connect programs to sockets"
DISTNAME= netpipes-4.2-export
CATEGORIES= net
DISTNAME= netpipes-4.2-export
CATEGORIES= net
NEED_VERSION= 1.402
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html
MASTER_SITES= ftp://ftp.purplefrog.com/pub/netpipes/
WRKDIST= ${WRKDIR}
WRKDIST= ${WRKDIR}
.include <bsd.port.mk>