1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/vera/Makefile
Michael Haro 5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00

26 lines
536 B
Makefile

# New ports collection makefile for: V.E.R.A.
# Version required: 1.5
# Date created: 9 March 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id: Makefile,v 1.2 1999/04/30 07:55:34 taoka Exp $
#
DISTNAME= vera-1.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= vera
MAINTAINER= dima@Chg.RU
do-build:
@ cd ${WRKSRC} && makeinfo vera.texi
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/info
post-install:
@ install-info ${PREFIX}/info/vera.info ${PREFIX}/info/dir
.include <bsd.port.mk>