diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-22 23:01:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-22 23:01:28 +0000 |
commit | 3f3dc9832620f5ba244d56359945db477176cd17 (patch) | |
tree | c6599a32360f20dd5d5ca2a2fe610fd2e11cfcfb /www/wwwoffle | |
parent | b5a02f1d645c519ec73466d21645bcc7b2e29b11 (diff) | |
download | pkgsrc-3f3dc9832620f5ba244d56359945db477176cd17.tar.gz |
Mark finish target as .PHONY.
Diffstat (limited to 'www/wwwoffle')
-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 |