diff options
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r-- | comms/lrzsz/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 3b022db98a7..ff20414d593 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: lrzsz -# Version required: 0.12.x -# Date created: 29 Sept 1996 -# Whom: David O'Brien <obrien@cs.ucdavis.edu> -# -# $NetBSD: Makefile,v 1.1 1998/02/05 21:49:11 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:16 agc Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp DISTNAME= lrzsz-0.12.18 @@ -15,4 +10,4 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes MAN1= lrz.1 lsz.1 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |