diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-14 20:21:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-14 20:21:57 +0000 |
commit | 21a1c241cd0e77f005dbb64f053c2b163e6767c8 (patch) | |
tree | ccc10fc1b52f5fa24551ab8bfacee85bf1cd1d45 /palm | |
parent | - Support CFLAGS properly (diff) |
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> |