diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/liblouis | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) | |
download | ports-580a778a16c548027cb6b56ad3357f1dec74e859.tar.gz ports-580a778a16c548027cb6b56ad3357f1dec74e859.zip |
Notes
Diffstat (limited to 'devel/liblouis')
-rw-r--r-- | devel/liblouis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/liblouis/Makefile b/devel/liblouis/Makefile index f8ba7fcd4033..b6cd21fd8d41 100644 --- a/devel/liblouis/Makefile +++ b/devel/liblouis/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: liblouis -# Date created: 06 Feb 2009 -# Whom: Wen Heping <wenheping@gmail.com> +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ PORTNAME= liblouis @@ -15,6 +13,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +NO_STAGE= yes post-extract: @${REINPLACE_CMD} -e \ 's#@libdir@#${PREFIX}/libdata#g' ${WRKSRC}/Makefile.in |