diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-10-08 04:35:49 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-10-08 04:35:49 +0000 |
commit | 016260fef20c0681f93bdd37d63c8d446bce6a4f (patch) | |
tree | 96475b8f66a99cce483245275ded85781ec4d49d | |
parent | 97b4aabe51578bad7178d1c59e10a4d8e3a693a8 (diff) | |
download | FreeBSD-ports-016260fef20c0681f93bdd37d63c8d446bce6a4f.zip FreeBSD-ports-016260fef20c0681f93bdd37d63c8d446bce6a4f.tar.gz |
- cleanup
-rw-r--r-- | archivers/lha-ac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 3d6953b..4bcfeeb 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -4,8 +4,7 @@ PORTNAME= lha PORTVERSION= 1.14i PORTREVISION= 10 CATEGORIES= archivers -MASTER_SITES= SFJP/lha/22231 \ - http://osdn.dl.sourceforge.jp/lha/22231/ +MASTER_SITES= SFJP/lha/22231 PKGNAMESUFFIX= -ac${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20050924p1 |