diff options
author | tron <tron@pkgsrc.org> | 1998-04-16 16:50:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-04-16 16:50:33 +0000 |
commit | 3d673eeb45b4bc0d25765524bb475d0d547c2d8b (patch) | |
tree | 6f0e52f6b42f71fd558989a30c300cbd368605c5 /net/dip/Makefile | |
parent | 67d55b4130336dd7db448446a1da4a08c1efc53e (diff) | |
download | pkgsrc-3d673eeb45b4bc0d25765524bb475d0d547c2d8b.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'net/dip/Makefile')
-rw-r--r-- | net/dip/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile index 2ddc77a17ef..12ff7be8bf0 100644 --- a/net/dip/Makefile +++ b/net/dip/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: bsddip -# Version required: 1.02 -# Date created: 27 aug 95 -# Whom: joerg -# +# $NetBSD: Makefile,v 1.2 1998/04/16 16:50:33 tron Exp $ # $FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp # @@ -16,4 +12,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= joerg@FreeBSD.ORG -.include <bsd.port.mk> +NO_CONFIGURE= yes + +.include <../../mk/bsd.pkg.mk> |