diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 12:59:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 12:59:14 +0000 |
commit | 466eb5c92fda5e535618dd152b1196572d6a5d83 (patch) | |
tree | 3de49af9a7eb845fcd7be62f0e00c65cb7f39532 /deskutils/when | |
parent | d3c0ca8fe5c6337a0f4c29f8264733e9c45ae9f2 (diff) | |
download | ports-466eb5c92fda5e535618dd152b1196572d6a5d83.tar.gz ports-466eb5c92fda5e535618dd152b1196572d6a5d83.zip |
Notes
Diffstat (limited to 'deskutils/when')
-rw-r--r-- | deskutils/when/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index fca6d5a4a3cc..589ecf89ceea 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: when -# Date created: 1 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= when PORTVERSION= 1.1.22 @@ -13,7 +9,8 @@ MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= A very simple personal calendar -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 |