mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add INFO macro
This commit is contained in:
parent
679954341d
commit
c9ffdb86b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150359
6 changed files with 3 additions and 9 deletions
|
@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --program-prefix=g
|
||||
|
||||
MAN1= gwhich.1
|
||||
INFO= which
|
||||
|
||||
post-install:
|
||||
@install-info ${PREFIX}/info/which.info ${PREFIX}/info/dir
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
bin/gwhich
|
||||
@unexec install-info --delete %D/info/which.info %D/info/dir
|
||||
info/which.info
|
||||
@exec install-info %D/info/which.info %D/info/dir
|
||||
share/examples/gwhich/EXAMPLES
|
||||
@dirrm share/examples/gwhich
|
||||
|
|
|
@ -24,6 +24,7 @@ MAKE_ENV= DEFINES="${CPPFLAGS}" ALL_LIBS="${LDFLAGS}" \
|
|||
PREVIEWER="${PREVIEWER}"
|
||||
|
||||
MAN1= hp2xx.1
|
||||
INFO= hp2xx
|
||||
|
||||
CPPFLAGS= -DUNIX -I${LOCALBASE}/include
|
||||
LDFLAGS= -lm -L${LOCALBASE}/lib -ltiff -lpng -lz
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
bin/hp2xx
|
||||
@unexec install-info --delete %D/info/hp2xx.info %D/info/dir
|
||||
info/hp2xx.info
|
||||
@exec install-info %D/info/hp2xx.info %D/info/dir
|
||||
|
|
|
@ -19,5 +19,6 @@ USE_GMAKE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= trueprint.1
|
||||
INFO= trueprint
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
bin/trueprint
|
||||
lib/printers
|
||||
@unexec install-info --delete %D/info/trueprint.info %D/info/dir
|
||||
info/trueprint.info
|
||||
@exec install-info %D/info/trueprint.info %D/info/dir
|
||||
|
|
Loading…
Add table
Reference in a new issue