diff options
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 5e1b0b96e20c..4567d2e95cf0 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} |