diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-26 09:45:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-26 09:45:18 +0000 |
commit | bcdb860e308e2745d5503a51c611d591422fc855 (patch) | |
tree | e947b0dd93da552af31ba20df989e0802ddb5238 /misc/fxload/Makefile | |
parent | 6ee424413ebc815e1134bce139a9a745c926a2a3 (diff) |
Notes
Diffstat (limited to 'misc/fxload/Makefile')
-rw-r--r-- | misc/fxload/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/misc/fxload/Makefile b/misc/fxload/Makefile index f94cbefe6833..0f52647791f5 100644 --- a/misc/fxload/Makefile +++ b/misc/fxload/Makefile @@ -9,21 +9,16 @@ MASTER_SITES= http://FreeBSD.czest.pl/~wkoszek/ports/ MAINTAINER= wkoszek@FreeBSD.org COMMENT= Firmware download to EZ-USB devices -MAN8= fxload.8 -USE_GMAKE= yes +USES= gmake SUB_FILES= pkg-message -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fxload ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/fxload.8 ${PREFIX}/man/man8 - ${MKDIR} ${DATADIR} - ${MKDIR} ${PREFIX}/etc/devd - ${INSTALL_DATA} ${WRKSRC}/a3load.hex ${DATADIR} - ${INSTALL_DATA} ${FILESDIR}/xilinx.conf ${PREFIX}/etc/devd - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} ${WRKSRC}/fxload ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/fxload.8 ${STAGEDIR}${PREFIX}/man/man8 + ${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd + ${INSTALL_DATA} ${WRKSRC}/a3load.hex ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${FILESDIR}/xilinx.conf ${STAGEDIR}${PREFIX}/etc/devd .include <bsd.port.pre.mk> |