diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /textproc/pocketreader | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) |
Notes
Diffstat (limited to 'textproc/pocketreader')
-rw-r--r-- | textproc/pocketreader/Makefile | 6 |
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> |