diff options
Diffstat (limited to 'misc/acron/Makefile')
-rw-r--r-- | misc/acron/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile deleted file mode 100644 index e771559040ce..000000000000 --- a/misc/acron/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: acron -# Date created: 13 Dec 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= acron -PORTVERSION= 1.0 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Database of acronyms and abbreviations - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -NO_BUILD= yes -PLIST_FILES= bin/whats bin/acron share/misc/acron - -post-patch: - @${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron - ${INSTALL_DATA} ${WRKSRC}/acron ${PREFIX}/share/misc - -.include <bsd.port.mk> |