diff options
author | shurd <shurd@FreeBSD.org> | 2016-04-08 08:20:09 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2016-04-08 08:20:09 +0800 |
commit | 20115a8be0cb4aa43df1119d6eef2252f930f5e6 (patch) | |
tree | e8c199da21702ef4dc16760ee347230fae1e30a2 /comms | |
parent | 3461971e0f624ff7a91beade40bad5005dc019fa (diff) | |
download | freebsd-ports-graphics-20115a8be0cb4aa43df1119d6eef2252f930f5e6.tar.gz freebsd-ports-graphics-20115a8be0cb4aa43df1119d6eef2252f930f5e6.tar.zst freebsd-ports-graphics-20115a8be0cb4aa43df1119d6eef2252f930f5e6.zip |
Copy the dist file into WRKSRC and run BRANDELF there
Install using the default BINMODE
Bump PORTREVISION so it becomes executable for users
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kvasd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/kvasd/Makefile b/comms/kvasd/Makefile index 286152bd870..4716d5d9ede 100644 --- a/comms/kvasd/Makefile +++ b/comms/kvasd/Makefile @@ -2,6 +2,7 @@ PORTNAME= kvasd PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= https://svn.code.sf.net/p/wsjt/wsjt/trunk/kvasd-binary/Linux/ \ LOCAL/db @@ -24,10 +25,11 @@ NO_BUILD= yes PLIST_FILES= bin/kvasd do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/kvasd ${WRKSRC} -BINMODE= 0644 do-install: + ${BRANDELF} -t Linux ${WRKSRC}/kvasd ${INSTALL_KLD} ${DISTDIR}/kvasd ${STAGEDIR}${PREFIX}/bin - ${BRANDELF} -t Linux ${STAGEDIR}${PREFIX}/bin/kvasd .include <bsd.port.mk> |