1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix several build problems.

Submitted by:	Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
Reviewed by:	various members of ports-jp@jp.freebsd.org
This commit is contained in:
Satoshi Asami 1998-02-18 11:46:56 +00:00
parent cb23a22eb7
commit 4e4d9dbeb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9795
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date created: January 24, 1998
# Whom: jseger@FreeBSD.org
#
# $Id: Makefile,v 1.3 1998/01/26 15:34:53 jseger Exp $
# $Id: Makefile,v 1.4 1998/02/08 02:31:58 jseger Exp $
#
DISTNAME= freetype-1.0
@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
MAINTAINER= jseger@FreeBSD.org
USE_GMAKE= YES
USE_AUTOCONF= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-nls
post-install:
${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: January 24, 1998
# Whom: jseger@FreeBSD.org
#
# $Id: Makefile,v 1.3 1998/01/26 15:34:53 jseger Exp $
# $Id: Makefile,v 1.4 1998/02/08 02:31:58 jseger Exp $
#
DISTNAME= freetype-1.0
@ -13,9 +13,12 @@ MASTER_SITES= ftp://ftp.physiol.med.tu-muenchen.de/pub/freetype/
MAINTAINER= jseger@FreeBSD.org
USE_GMAKE= YES
USE_AUTOCONF= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-nls
post-install:
${INSTALL_DATA} ${WRKSRC}/lib/ttcommon.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/lib/tterror.h ${PREFIX}/include
.include <bsd.port.mk>