Fake
This commit is contained in:
parent
f6a626bf3b
commit
e3c27f153b
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.6 2000/03/17 00:26:37 turan Exp $
|
# $OpenBSD: Makefile,v 1.7 2000/03/24 21:19:33 espie Exp $
|
||||||
|
|
||||||
DISTNAME= xscrabble
|
DISTNAME= xscrabble
|
||||||
PKGNAME= xscrabble-1.0
|
PKGNAME= xscrabble-1.0
|
||||||
@ -12,8 +12,9 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= "no fee"
|
PERMIT_DISTFILES_CDROM= "no fee"
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= Yes
|
||||||
NO_INSTALL_MANPAGES= yes
|
NO_INSTALL_MANPAGES= Yes
|
||||||
|
FAKE= Yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
|
@/usr/bin/perl -pi.bak -e "s|\@XSCRABBLEDIR\@|${PREFIX}/lib/X11/xscrabble|;" \
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
+InstallNonExecFile(xscrabble.scores,@XSCRABBLEDIR@)
|
+InstallNonExecFile(xscrabble.scores,@XSCRABBLEDIR@)
|
||||||
+
|
+
|
||||||
+install::
|
+install::
|
||||||
+ @chmod a+rw @XSCRABBLEDIR@/xscrabble.scores
|
+ @chmod a+rw $(DESTDIR)@XSCRABBLEDIR@/xscrabble.scores
|
||||||
|
Loading…
Reference in New Issue
Block a user