diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2005-10-17 00:03:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2005-10-17 00:03:16 +0000 |
commit | 2f25b06dce18aefcfeb5f04a758a581092251edc (patch) | |
tree | a569d899462aac52bf364311fd902afd6f5dcdba /russian/d1489/Makefile | |
parent | 4f51696e24f0b6e173062c04cb657d271617f94a (diff) |
Notes
Diffstat (limited to 'russian/d1489/Makefile')
-rw-r--r-- | russian/d1489/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/russian/d1489/Makefile b/russian/d1489/Makefile index 83e2b7ac5738..dd37cb88af64 100644 --- a/russian/d1489/Makefile +++ b/russian/d1489/Makefile @@ -6,7 +6,7 @@ # PORTNAME= d1489 -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= russian converters MASTER_SITES= http://koi8.pp.ru/dist/ EXTRACT_SUFX= .tgz @@ -14,4 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org COMMENT= Cp866<->koi8-r and cp1251<->koi8-r decoders and font converter acc. to RFC1489 +MAKE_ARGS= PREFIX=${PREFIX} + .include <bsd.port.mk> |