diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-01-31 11:45:19 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-01-31 11:45:19 +0000 |
commit | 6cf38350f1809ef2b1ce63a2180214f654f48a57 (patch) | |
tree | a7874600316a7f3b39fbe5cb200d76796efe15b8 /palm/bibelot/Makefile | |
parent | 3460e78545bdf7ab23861bfb53550ae51152f8da (diff) | |
download | FreeBSD-ports-6cf38350f1809ef2b1ce63a2180214f654f48a57.zip FreeBSD-ports-6cf38350f1809ef2b1ce63a2180214f654f48a57.tar.gz |
update to 0.9
Requested by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'palm/bibelot/Makefile')
-rw-r--r-- | palm/bibelot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile index 860131c..355c199 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> |