diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:54:09 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:54:09 +0000 |
| commit | c3124ff3bf2f1f4c5a5c8bdbdebb39fcbdb797f7 (patch) | |
| tree | cdff0e3d6145b3fcb8fe7277341a5222cbd00ee6 /comms/bpl+/Makefile | |
| parent | 9a8f35e89c737af14ff88d747d3178f3934ef1fe (diff) | |
Notes
Diffstat (limited to 'comms/bpl+/Makefile')
| -rw-r--r-- | comms/bpl+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index 669f7ff5db36..6b0658549b55 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -16,6 +16,6 @@ PLIST_FILES= bin/bp bin/bpl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${STAGEDIR}${PREFIX}/bin - (cd ${STAGEDIR}${PREFIX}/bin; ${LN} -sf bpl bp) + ${LN} -sf bpl ${STAGEDIR}${PREFIX}/bin/bp .include <bsd.port.mk> |
