diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
commit | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /games/rfksay | |
parent | 72185e5fb2229800490e58850811d57db1039664 (diff) |
Notes
Diffstat (limited to 'games/rfksay')
-rw-r--r-- | games/rfksay/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/rfksay/Makefile b/games/rfksay/Makefile index f53eddb96795..920aa9ac43d4 100644 --- a/games/rfksay/Makefile +++ b/games/rfksay/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rfksay -# Date created: Thu Jul 18, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= rfksay PORTVERSION= 0.1 @@ -15,7 +10,7 @@ DISTNAME= rfksay MAINTAINER= mich@FreeBSD.org COMMENT= Generates a kitten finding robot with a text bubble -USE_PERL5= yes +USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |