1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Allow staging as a regular user

- Bump portrevision as some files were not packaged with intended group
This commit is contained in:
Antoine Brodin 2014-09-13 12:15:43 +00:00
parent d2422522f1
commit 9e66c79118
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368085
2 changed files with 9 additions and 27 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= freesweep
PORTVERSION= 0.92
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= GOOGLE_CODE
@ -20,13 +21,18 @@ CONFIGURE_ARGS= --with-prefsdir=${DATADIR} \
ALL_TARGET= ${PORTNAME}
PORTDOCS= CHANGES README
PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz \
%%DATADIR%%/sweeprc %%DATADIR%%/sweeptimes
PLIST_FILES= "@(,games,2555) bin/${PORTNAME}" man/man6/${PORTNAME}.6.gz \
%%DATADIR%%/sweeprc "@(,games,0664) %%DATADIR%%/sweeptimes"
PLIST_DIRS= %%DATADIR%%
OPTIONS_DEFINE= DOCS
post-install:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${TOUCH} ${STAGEDIR}${DATADIR}/sweeptimes
${INSTALL_DATA} ${WRKSRC}/sweeprc ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${STAGEDIR}${PREFIX}/man/man6
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}

View File

@ -1,24 +0,0 @@
--- Makefile.in.orig 2003-10-11 16:49:24.000000000 -0400
+++ Makefile.in 2014-02-09 13:35:36.000000000 -0500
@@ -17,7 +17,7 @@
srcdir = @srcdir@
VPATH = @srcdir@
-prefix = @prefix@
+prefix = $(DESTDIR)@prefix@
exec_prefix = @exec_prefix@
#bindir = $(exec_prefix)/bin
bindir = @bindir@
@@ -61,9 +61,9 @@
install: $(TARGET) $(TARGET).6
touch sweeptimes
./install-sh -c -m 2555 -o root -g games -s $(TARGET) $(bindir)/$(TARGET)
- ./install-sh -c -m 0664 -o root -g games sweeptimes @SCORESDIR@/sweeptimes
- ./install-sh -c -m 0644 -o root -g games sweeprc @PREFSDIR@/sweeprc
- ./install-sh -c -m 0444 -o root -g games $(TARGET).6 @mandir@/man6/$(TARGET).6
+ ./install-sh -c -m 0664 -o root -g games sweeptimes $(DESTDIR)@SCORESDIR@/sweeptimes
+ ./install-sh -c -m 0644 -o root -g games sweeprc $(DESTDIR)@PREFSDIR@/sweeprc
+ ./install-sh -c -m 0444 -o root -g games $(TARGET).6 $(DESTDIR)@mandir@/man6/$(TARGET).6
distclean:
@make sterile