From 74ba41cbe7a535bf2f00248756801d6c8b1b32b6 Mon Sep 17 00:00:00 2001
From: Tim Vanderhoek <hoek@FreeBSD.org>
Date: Sat, 22 Aug 1998 16:20:24 +0000
Subject: ${PKGDIR}/PLIST -> ${PLIST}

---
 science/hdf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'science/hdf')

diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index 4383d6e4413d..50aebd539afa 100644
--- a/science/hdf/Makefile
+++ b/science/hdf/Makefile
@@ -3,7 +3,7 @@
 # Date created:		17 November 1996
 # Whom:			mi
 #
-# $Id: Makefile,v 1.5 1998/08/21 21:40:02 hoek Exp $
+# $Id: Makefile,v 1.6 1998/08/21 23:11:03 hoek Exp $
 #
 
 DISTNAME=	HDF4.1r2
@@ -60,7 +60,7 @@ pre-build:
 	-ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/
 
 post-install:
-	@for binary in `grep ^bin/ ${PKGDIR}/PLIST` ; do strip ${PREFIX}/$$binary; done
+	@for binary in `grep ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done
 	${LDCONFIG} -m ${PREFIX}/lib
 
 test:
-- 
cgit v1.2.3