diff options
Diffstat (limited to 'comms/bpl+/Makefile')
-rw-r--r-- | comms/bpl+/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index 931abae70f5b..669f7ff5db36 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -12,9 +12,10 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= B Plus file transfer protocol -NO_STAGE= yes +PLIST_FILES= bin/bp bin/bpl + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin - @${LN} -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp + ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${STAGEDIR}${PREFIX}/bin + (cd ${STAGEDIR}${PREFIX}/bin; ${LN} -sf bpl bp) .include <bsd.port.mk> |