diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-13 09:54:10 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-13 09:54:10 +0800 |
commit | 5120b7a0566086f18807d2ac423b0ca02fe545ae (patch) | |
tree | 60244048bb94dc1adb1c3f77bd51dffe8d136456 /games | |
parent | 352acd2401f5e5903f2666d723d95039d4dba843 (diff) | |
download | freebsd-ports-gnome-5120b7a0566086f18807d2ac423b0ca02fe545ae.tar.gz freebsd-ports-gnome-5120b7a0566086f18807d2ac423b0ca02fe545ae.tar.zst freebsd-ports-gnome-5120b7a0566086f18807d2ac423b0ca02fe545ae.zip |
- Add stage support
Diffstat (limited to 'games')
-rw-r--r-- | games/xblood/Makefile | 5 | ||||
-rw-r--r-- | games/xblood/files/patch-aa | 15 |
2 files changed, 14 insertions, 6 deletions
diff --git a/games/xblood/Makefile b/games/xblood/Makefile index f855d2fff698..5d72a7ead794 100644 --- a/games/xblood/Makefile +++ b/games/xblood/Makefile @@ -12,9 +12,6 @@ COMMENT= Makes the root window bloody MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= x11 -MAN1= xblood.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/xblood +PLIST_FILES= bin/xblood man/man1/xblood.1.gz -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/xblood/files/patch-aa b/games/xblood/files/patch-aa index 9533e7345948..11a7325c401b 100644 --- a/games/xblood/files/patch-aa +++ b/games/xblood/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile~ Fri Nov 3 06:03:40 2000 -+++ Makefile Fri Nov 3 06:06:29 2000 +--- ./Makefile.orig 2000-02-26 19:02:52.000000000 -0200 ++++ ./Makefile 2013-11-12 23:55:39.000000000 -0200 @@ -1,12 +1,12 @@ -PREFIX = /usr/X11R6 -X11BASE = /usr/X11R6 @@ -17,3 +17,14 @@ LIBS = -lX11 PKGNAME = xblood-2.0 VERSION = XBlood-2.0 +@@ -27,8 +27,8 @@ + $(RM) xblood.1.gz + + install : +- cp xblood $(BINDIR) +- cp xblood.1.gz $(MANDIR) ++ cp xblood ${DESTDIR}$(BINDIR) ++ cp xblood.1.gz ${DESTDIR}$(MANDIR) + + uninstall : + $(RM) $(BINDIR)/xblood |