aboutsummaryrefslogtreecommitdiff
path: root/textproc/pocketreader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pocketreader/Makefile')
-rw-r--r--textproc/pocketreader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/pocketreader/Makefile b/textproc/pocketreader/Makefile
index df639a333b80..b72fb2e0c22f 100644
--- a/textproc/pocketreader/Makefile
+++ b/textproc/pocketreader/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pocketreader
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc linux
MASTER_SITES= http://www.pocketreader.com/download/software/
DISTNAME= linux-bin
@@ -16,14 +16,14 @@ EXTRACT_SUFX= _tar.gz
MAINTAINER= simond@irrelevant.org
COMMENT= Siemens PocketReader
-USE_LINUX?= YES
+USE_LINUX= YES
NO_BUILD= YES
PLIST_FILES= bin/pocketreader
WRKSRC= ${WRKDIR}/linux
do-install:
- brandelf -t Linux ${WRKSRC}/installfiles/pocketreader_static
+ ${BRANDELF} -t Linux ${WRKSRC}/installfiles/pocketreader_static
${CP} ${WRKSRC}/installfiles/pocketreader_static ${PREFIX}/bin/pocketreader
.include <bsd.port.mk>