summaryrefslogtreecommitdiff
path: root/print/freetype/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-09 09:09:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-09 09:09:42 +0000
commitd93bbf2e63ab0046776f16d1dc085dfc71667a08 (patch)
tree7fbc8b1f039fbef54de743b29a98159ecf474874 /print/freetype/Makefile
parent- Fix fennerism; (diff)
Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked by the freetype2 ports. Prompted by: mdharnois@home.com, scanner@jurai.net etc
Notes
Notes: svn path=/head/; revision=36988
Diffstat (limited to 'print/freetype/Makefile')
-rw-r--r--print/freetype/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/freetype/Makefile b/print/freetype/Makefile
index 830f20f17856..f0d74e8cbf0f 100644
--- a/print/freetype/Makefile
+++ b/print/freetype/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freetype
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \
@@ -26,7 +27,7 @@ CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
# Older versions of freetype installed include files in ${PREFIX}/include
# this is a compatibility hack for now
-post-install:
- ${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
+#post-install:
+# ${LN} -fs ${PREFIX}/include/freetype/*.h ${PREFIX}/include
.include <bsd.port.mk>