mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Stage support
This commit is contained in:
parent
98057a9424
commit
fd2a0ae431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343779
2 changed files with 5 additions and 5 deletions
|
@ -11,15 +11,11 @@ MAINTAINER= gasol.wu@gmail.com
|
||||||
COMMENT= Simple tool that dumps System V shared memory segments
|
COMMENT= Simple tool that dumps System V shared memory segments
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USEs= iconv
|
USES= iconv
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
|
|
||||||
MAN1= shmcat.1 \
|
|
||||||
ftok.1
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
|
|
|
@ -9,3 +9,7 @@ bin/shmcat
|
||||||
%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES
|
||||||
%%NLS%%@dirrmtry share/locale/en@quot
|
%%NLS%%@dirrmtry share/locale/en@quot
|
||||||
%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES
|
%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||||
|
man/de/man1/ftok.1.gz
|
||||||
|
man/de/man1/shmcat.1.gz
|
||||||
|
man/man1/ftok.1.gz
|
||||||
|
man/man1/shmcat.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue