diff options
author | asami <asami@FreeBSD.org> | 1997-04-27 08:24:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-27 08:24:32 +0800 |
commit | 2bfacee80160ec8258032ed30a31d252dcc3b4c7 (patch) | |
tree | 159ebbce66ed89270042eef8ba58d6e591b0116e /news | |
parent | 8221ab15fb0c5c94f8fc399a52fdcefd530d123e (diff) | |
download | freebsd-ports-gnome-2bfacee80160ec8258032ed30a31d252dcc3b4c7.tar.gz freebsd-ports-gnome-2bfacee80160ec8258032ed30a31d252dcc3b4c7.tar.zst freebsd-ports-gnome-2bfacee80160ec8258032ed30a31d252dcc3b4c7.zip |
Adjust mpack path to point to converters.
Diffstat (limited to 'news')
-rw-r--r-- | news/trn/Makefile | 4 | ||||
-rw-r--r-- | news/trn4/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index 4b79d7babf50..8391a69cdf69 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -3,14 +3,14 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.11 1996/12/07 11:26:51 max Exp $ +# $Id: Makefile,v 1.12 1996/12/08 01:45:12 max Exp $ # DISTNAME= trn-3.6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ -RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack +RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 4b79d7babf50..8391a69cdf69 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -3,14 +3,14 @@ # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.11 1996/12/07 11:26:51 max Exp $ +# $Id: Makefile,v 1.12 1996/12/08 01:45:12 max Exp $ # DISTNAME= trn-3.6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ -RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack +RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes |