Add INFO macro

This commit is contained in:
Edwin Groothuis 2005-12-04 10:40:32 +00:00
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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -19,5 +19,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= trueprint.1
INFO= trueprint
.include <bsd.port.mk>

View file

@ -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