diff options
author | wiz <wiz> | 2006-02-22 23:01:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-22 23:01:28 +0000 |
commit | 213104812c58bea6453d25b5ddd846c0cb8c21b7 (patch) | |
tree | c6599a32360f20dd5d5ca2a2fe610fd2e11cfcfb /www | |
parent | 5fa05bda950c2ab29452dd5a16d7f6e9e22e0530 (diff) | |
download | pkgsrc-213104812c58bea6453d25b5ddd846c0cb8c21b7.tar.gz |
Mark finish target as .PHONY.
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwoffle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 6d4f7ad288c..db9efa867ae 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2006/02/22 23:00:37 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2006/02/22 23:01:28 wiz Exp $ DISTNAME= wwwoffle-2.8e PKGREVISION= 2 @@ -76,6 +76,7 @@ post-install: # We don't do the following automatically, as that would inconvenience # package build machines, not to mention putting the wrong information # into the "wwwoffle.pac" files. +.PHONY: finish finish: ${SETENV} CONFDIR="${PKG_SYSCONFDIR}" PKG_PREFIX="${PREFIX}" \ ${SH} INSTALL _ POST-INSTALL |