diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /palm | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
Diffstat (limited to 'palm')
-rw-r--r-- | palm/bibelot/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile index fcfe6427a395..b367fc2e5570 100644 --- a/palm/bibelot/Makefile +++ b/palm/bibelot/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: bibelot -# Date created: Jan 8, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bibelot PORTVERSION= 0.9.4 @@ -15,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Formats and converts text documents into compressed PalmDoc .pdb files PLIST_FILES= bin/bibelot -USE_PERL5= yes +USES= perl5 WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |