diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-03 14:32:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-03 14:32:16 +0000 |
commit | 8175a7ed5fd23dbe352ba7fa9e4d14f21f6a5f8a (patch) | |
tree | 514d62d683b353af1c99514cbd6fc9556b0699dd /archivers | |
parent | da10f6f6b8395ea1bf1f98a068078855b9aa4edb (diff) | |
download | ports-8175a7ed5fd23dbe352ba7fa9e4d14f21f6a5f8a.tar.gz ports-8175a7ed5fd23dbe352ba7fa9e4d14f21f6a5f8a.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha-ac/Makefile | 2 | ||||
-rw-r--r-- | archivers/lha/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 0e03101750b2..86e717f6da57 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -18,6 +18,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20050924p1 MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) +CONFLICTS= lha-1* + MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 9cad6f2de7dd..1af692f2e7c1 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//} MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) +CONFLICTS= lha-ac-1* + MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha |