diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 82b679ce0eda354c7afa8f93fa7ac4557d3d14fb (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/libharu/Makefile | |
parent | 88a427743818e5beaf3469612941ef241fff5bc0 (diff) | |
download | FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.zip FreeBSD-ports-82b679ce0eda354c7afa8f93fa7ac4557d3d14fb.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Diffstat (limited to 'print/libharu/Makefile')
-rw-r--r-- | print/libharu/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 5e1b0b9..4567d2e 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libharu -# Date created: Jun 15, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libharu PORTVERSION= 2.2.1 @@ -26,6 +21,7 @@ SOVERSION= 2 PLIST_SUB+= PORTVERSION=${PORTVERSION} \ SOVERSION=${SOVERSION} +NO_STAGE= yes post-install: ${LN} -s ${PREFIX}/lib/libhpdf-${PORTVERSION}.so \ ${PREFIX}/lib/libhpdf.so.${SOVERSION} |