diff options
-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 |