aboutsummaryrefslogtreecommitdiffstats
path: root/palm/bibelot/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-01-31 19:45:19 +0800
committerijliao <ijliao@FreeBSD.org>2001-01-31 19:45:19 +0800
commit6cf38350f1809ef2b1ce63a2180214f654f48a57 (patch)
treea7874600316a7f3b39fbe5cb200d76796efe15b8 /palm/bibelot/Makefile
parent3460e78545bdf7ab23861bfb53550ae51152f8da (diff)
downloadfreebsd-ports-gnome-6cf38350f1809ef2b1ce63a2180214f654f48a57.tar.gz
freebsd-ports-gnome-6cf38350f1809ef2b1ce63a2180214f654f48a57.tar.zst
freebsd-ports-gnome-6cf38350f1809ef2b1ce63a2180214f654f48a57.zip
update to 0.9
Requested by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'palm/bibelot/Makefile')
-rw-r--r--palm/bibelot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile
index 860131cb8498..355c199b60aa 100644
--- a/palm/bibelot/Makefile
+++ b/palm/bibelot/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= bibelot
-PORTVERSION= 0.8
+PORTVERSION= 0.9
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,10 +16,9 @@ MAINTAINER= ijliao@FreeBSD.org
USE_PERL5= yes
-NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
.include <bsd.port.mk>