diff options
author | leeym <leeym@FreeBSD.org> | 2003-09-03 09:00:56 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-09-03 09:00:56 +0800 |
commit | 7ef734e0df372cff66e9a688eda23f01697f2426 (patch) | |
tree | e40612c6895ad4f01941c20a210a18eeac028b62 /archivers/arj/Makefile | |
parent | 7e6a070e1d73e5dfbbe8686097461537a4eded2a (diff) | |
download | freebsd-ports-gnome-7ef734e0df372cff66e9a688eda23f01697f2426.tar.gz freebsd-ports-gnome-7ef734e0df372cff66e9a688eda23f01697f2426.tar.zst freebsd-ports-gnome-7ef734e0df372cff66e9a688eda23f01697f2426.zip |
Update MASTER_SITES for arj-3.10g
PR: 56264
Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>
Diffstat (limited to 'archivers/arj/Makefile')
-rw-r--r-- | archivers/arj/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index e3e1e145fa0d..2e2658c9a064 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -8,9 +8,8 @@ PORTNAME= arj PORTVERSION= 3.10g CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://testcase.newmail.ru/files/ -MASTER_SITE_SUBDIR= osa +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= kot@premierbank.dp.ua COMMENT= Open-source ARJ @@ -24,6 +23,8 @@ MAKEFILE= GNUmakefile STRIP= LANGUAGE?= en MAKE_ENV+= "LOCALE=${LANGUAGE}" +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/arj MAN1= arj-register.1 arj.1 arjdisp.1 rearj.1 |