diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-22 05:30:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-22 05:30:23 +0000 |
commit | 9b89dbb31e065fea25fd81a27328f958c7ed067d (patch) | |
tree | 3e0371d6acc9b50d5ea96c0975fe29c75b70f675 /textproc/vis | |
parent | 8de43af7c9d926190e756d9aed5fcc4c5cdab8e0 (diff) | |
download | pkgsrc-9b89dbb31e065fea25fd81a27328f958c7ed067d.tar.gz |
Remove redundant inclusion of bsd.prefs.mk.
Diffstat (limited to 'textproc/vis')
-rw-r--r-- | textproc/vis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile index 553e0d1dfba..efa46a2c7bf 100644 --- a/textproc/vis/Makefile +++ b/textproc/vis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/22 05:28:25 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/22 05:30:23 minskim Exp $ # DISTNAME= vis-0.0 @@ -11,6 +11,4 @@ COMMENT= Convert strings from/to a visual format MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} \ MANOWN=${MANOWN} MANGRP=${MANGRP} -.include "../../mk/bsd.prefs.mk" - .include "../../mk/bsd.pkg.mk" |