- Allow staging as a regular user
- Cleanup plist
This commit is contained in:
parent
59fdb202ab
commit
2e1a3eafbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385399
3 changed files with 6 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
--- Imakefile.orig Fri Jan 23 01:14:38 1998
|
||||
+++ Imakefile Sat Dec 8 13:20:22 2001
|
||||
--- Imakefile.orig 1998-01-22 14:14:38 UTC
|
||||
+++ Imakefile
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
- SCORE_FILE = -DSCORE_FILE=\"./xrobotscores\"
|
||||
|
@ -7,12 +7,12 @@
|
|||
MAXSCORES = -DMAXSCORES=20
|
||||
MAXX = -DMAXX=35
|
||||
MAXY = -DMAXY=20
|
||||
@@ -14,6 +14,8 @@
|
||||
@@ -14,6 +14,8 @@ LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(
|
||||
SYS_LIBRARIES = -lm
|
||||
|
||||
all:: xrobots
|
||||
+MANSUFFIX=6
|
||||
+INSTPGMFLAGS = -s -g games -m 2755
|
||||
+INSTPGMFLAGS = -s
|
||||
|
||||
ComplexProgramTarget(xrobots)
|
||||
/*
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
@(,games,2755) bin/xrobots
|
||||
@(,games,0664) lib/X11/xrobotscores
|
||||
man/man6/xrobots.6.gz
|
||||
@mode 2755
|
||||
@group games
|
||||
bin/xrobots
|
||||
@mode 664
|
||||
@group games
|
||||
lib/X11/xrobotscores
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
|
||||
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
|
||||
echo "INSTPGMFLAGS = -s -g games -m 2755" >>${WRKSRC}/Imakefile || exit 1
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue