diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-09-21 19:06:03 +0800 |
commit | 2b046d64117ade41e336404023c6f8150293fc4a (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /archivers | |
parent | a68540824c2afc9f423babe69b1494598b151be9 (diff) | |
download | freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip |
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha-ac/Makefile | 2 | ||||
-rw-r--r-- | archivers/lha/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 03383267399f..b7405351fe46 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -14,13 +14,13 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) CONFLICTS= lha-1* +NO_STAGE= yes MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha #PLIST_DIRS= man/ja/man1 GNU_CONFIGURE= yes -NO_STAGE= yes RESTRICTED= no permission to redistribute diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 367925a9f7f9..4c14b456b677 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -12,8 +12,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) CONFLICTS= lha-ac-1* - NO_STAGE= yes + MAN1= lha.1 MANLANG= ja PLIST_FILES= bin/lha |