diff options
author | steve <steve@FreeBSD.org> | 1999-04-19 12:11:32 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-19 12:11:32 +0800 |
commit | 88e470c35d985e51f6238b968f863c8131a788d6 (patch) | |
tree | 26c69c071ceb88be199c73b9b2ca0cbbba2c0772 /www/wwwoffle/Makefile | |
parent | abc2f3348bb7b8d9baeec450b3ba9faedc7c7c77 (diff) | |
download | freebsd-ports-gnome-88e470c35d985e51f6238b968f863c8131a788d6.tar.gz freebsd-ports-gnome-88e470c35d985e51f6238b968f863c8131a788d6.tar.zst freebsd-ports-gnome-88e470c35d985e51f6238b968f863c8131a788d6.zip |
This port is missing a couple of files, and makes incorrect assumptions
about the permissions on one file.
PR: 11195
Submitted by: maintainer
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> |