diff options
author | asami <asami@FreeBSD.org> | 1996-02-20 13:35:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-20 13:35:35 +0800 |
commit | 180a1045a93ce87596db28b04971373f9b59f58f (patch) | |
tree | a1bee690adc925529a895f2e7bea9c38167623ee /graphics/png/Makefile | |
parent | 74f5adba5ed496a257113d5e48a55850d41fa0e7 (diff) | |
download | freebsd-ports-gnome-180a1045a93ce87596db28b04971373f9b59f58f.tar.gz freebsd-ports-gnome-180a1045a93ce87596db28b04971373f9b59f58f.tar.zst freebsd-ports-gnome-180a1045a93ce87596db28b04971373f9b59f58f.zip |
Just another little variable reorginization.
Diffstat (limited to 'graphics/png/Makefile')
-rw-r--r-- | graphics/png/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index fedf559d99ea..7cee8c507eb4 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -3,18 +3,20 @@ # Date created: 5 Dec 1995 # Whom: ache # -# $Id: Makefile,v 1.3 1996/01/25 05:48:01 ache Exp $ +# $Id: Makefile,v 1.4 1996/02/19 22:17:28 ache Exp $ # DISTNAME= libpng-0.88 PKGNAME= png-0.88 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/png/src/ -LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz -MAKEFILE= makefile MAINTAINER= ache@FreeBSD.org +LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz + +MAKEFILE= makefile + post-install: /sbin/ldconfig -m ${PREFIX}/lib |