diff options
-rw-r--r-- | games/hlserver-psychostats/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/hlserver-psychostats/Makefile b/games/hlserver-psychostats/Makefile index 4520d8890d99..e9c829f5f963 100644 --- a/games/hlserver-psychostats/Makefile +++ b/games/hlserver-psychostats/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.thaiguy.net/ \ http://mirrors.voyager.net/games/halflife/stats/psychostats/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Popular player statistics generator for Half-Life (cs/dod) USE_PERL5_BUILD=yes @@ -25,6 +25,9 @@ WRKSRC= ${WRKDIR}/${DISTNAME} # files which should be installed with executable perms EXECUTABLES= stats.pl install.pl +DEPRECATED= outdated, unmaintained +EXPIRATION_DATE=2007-04-10 + post-patch: .for files in ${EXECUTABLES} @${PERL} -pi -e 's|/usr/bin/perl|${PERL}|' \ |