diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-19 04:11:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-19 04:11:32 +0000 |
commit | 591ef95b34a69a68ff9e23fc28cb37019894c948 (patch) | |
tree | bb399a28cf60b3dcce8cb07e8e4f6f76199dd4a3 /www/wwwoffle/Makefile | |
parent | Update to version 1.1.4. (diff) |
This port is missing a couple of files, and makes incorrect assumptions
about the permissions on one file.
PR: 11195
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=17994
Diffstat (limited to 'www/wwwoffle/Makefile')
-rw-r--r-- | www/wwwoffle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index ccbc564518a5..2e7d82b46a7f 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Jun 1998 # Whom: Peter Mutsaers # -# $Id: Makefile,v 1.2 1999/03/08 19:58:02 fenner Exp $ +# $Id: Makefile,v 1.3 1999/03/08 20:38:17 fenner Exp $ # DISTNAME= wwwoffle-2.4 @@ -81,7 +81,7 @@ do-install: post-install: # upgrade cache, convert cache, build additional files, configure html and wwwoffle.conf - $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL + $(SH) $(PKGDIR)/INSTALL ${DISTNAME} POST-INSTALL # keep at end .include <bsd.port.mk> |