mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
2febeec3cd
commit
36e4e46540
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346320
@ -13,15 +13,15 @@ DIST_SUBDIR= pocketreader
|
||||
MAINTAINER= simond@irrelevant.org
|
||||
COMMENT= Siemens PocketReader
|
||||
|
||||
USE_LINUX= YES
|
||||
NO_BUILD= YES
|
||||
USE_LINUX= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/pocketreader
|
||||
|
||||
WRKSRC= ${WRKDIR}/linux
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${BRANDELF} -t Linux ${WRKSRC}/installfiles/pocketreader_static
|
||||
${CP} ${WRKSRC}/installfiles/pocketreader_static ${PREFIX}/bin/pocketreader
|
||||
${CP} ${WRKSRC}/installfiles/pocketreader_static \
|
||||
${STAGEDIR}${PREFIX}/bin/pocketreader
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user