diff options
author | mph <mph@FreeBSD.org> | 1999-06-08 04:23:31 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-06-08 04:23:31 +0800 |
commit | a9a3af0b0346a6777ce730950076c9251329f29e (patch) | |
tree | 1c91ddffe8fd3bd02296af4792d851ead0d66dda /games/xpat2 | |
parent | b2ca33f78e15f983e5269c15f5237eb1714ef44f (diff) | |
download | freebsd-ports-gnome-a9a3af0b0346a6777ce730950076c9251329f29e.tar.gz freebsd-ports-gnome-a9a3af0b0346a6777ce730950076c9251329f29e.tar.zst freebsd-ports-gnome-a9a3af0b0346a6777ce730950076c9251329f29e.zip |
Portlint.
Diffstat (limited to 'games/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index ca814b7f8d49..4459e6fbc743 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.6 1998/11/29 07:49:31 asami Exp $ +# $Id: Makefile,v 1.7 1999/06/07 20:18:24 mph Exp $ # DISTNAME= xpat2-1.06 @@ -19,10 +19,9 @@ USE_X_PREFIX= yes MAN6= xpat2.6 post-install: - touch $(PREFIX)/lib/X11/xpat/xpat.log + ${TOUCH} $(PREFIX)/lib/X11/xpat/xpat.log chown root.games $(PREFIX)/lib/X11/xpat/xpat.log $(PREFIX)/bin/xpat2 chmod 2555 $(PREFIX)/bin/xpat2 chmod 664 $(PREFIX)/lib/X11/xpat/xpat.log .include <bsd.port.mk> - |