diff options
Diffstat (limited to 'news/trn/Makefile')
-rw-r--r-- | news/trn/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile deleted file mode 100644 index 72892de6d03c..000000000000 --- a/news/trn/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: trn -# Version required: 3.6 -# Date created: 21 October 1994 -# Whom: smace -# -# $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $ -# - -DISTNAME= trn-3.6 -CATEGORIES+= news -MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ - -IS_INTERACTIVE= yes - -EXEC_DEPENDS= munpack:${PORTSDIR}/mail/mpack - -pre-configure: - @echo "===> Running pre-configure target for ${DISTNAME}" - @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} - -.include <bsd.port.mk> |