diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-03 22:32:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-03 22:32:16 +0800 |
commit | a55976d354f1e018bdfd630da960d3e44d7f4031 (patch) | |
tree | 65689d6bd7b6dfc385d007a959322e973e20b87c /archivers/lha-ac/Makefile | |
parent | a5f472cda5f0d6527b400783397f51f7f2ec8c68 (diff) | |
download | freebsd-ports-gnome-a55976d354f1e018bdfd630da960d3e44d7f4031.tar.gz freebsd-ports-gnome-a55976d354f1e018bdfd630da960d3e44d7f4031.tar.zst freebsd-ports-gnome-a55976d354f1e018bdfd630da960d3e44d7f4031.zip |
- add CONFLICTS
Suggested by: ketas
Diffstat (limited to 'archivers/lha-ac/Makefile')
-rw-r--r-- | archivers/lha-ac/Makefile | 2 |
1 files changed, 2 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 |