diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-15 04:21:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-15 04:21:57 +0800 |
commit | f6211944240062fc2e2d3c40ca4af30cc19f9eec (patch) | |
tree | 00ddd2f3b04b22fca4efcd23a27faa4ff5809865 /palm | |
parent | 21190f0f945927439b7a07d66c39bf210cc06f0b (diff) | |
download | freebsd-ports-gnome-f6211944240062fc2e2d3c40ca4af30cc19f9eec.tar.gz freebsd-ports-gnome-f6211944240062fc2e2d3c40ca4af30cc19f9eec.tar.zst freebsd-ports-gnome-f6211944240062fc2e2d3c40ca4af30cc19f9eec.zip |
make bento happier (bibelot.pl -> bibelot)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/bibelot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/bibelot/Makefile b/palm/bibelot/Makefile index b75a7a068881..0f3498e3863b 100644 --- a/palm/bibelot/Makefile +++ b/palm/bibelot/Makefile @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |