do away with the unique uid/group, this was an artifact of the port for 1.1
This commit is contained in:
parent
63a64ba812
commit
826ba597bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1759
@ -15,9 +15,6 @@ CATEGORIES= networking languages
|
||||
|
||||
MAINTAINER= adam@veda.is
|
||||
|
||||
DGD_USER?= dgd
|
||||
DGD_GROUP?= dgd
|
||||
|
||||
.if ${PATCHFILES} != ""
|
||||
PATCH_PRFX= ${DISTNAME}/
|
||||
PATCHLEVEL!= echo ${PATCHFILES} | sed 's/^.*\.\(.*\)\.gz$$/\1/'
|
||||
@ -40,7 +37,6 @@ post-build:
|
||||
@sed '/^@srcdir/s|\.|${WRKDIR}/\.|' <${PKGDIR}/PLIST >${WRKDIR}/PLIST
|
||||
|
||||
do-install:
|
||||
@chown -R ${DGD_USER}.${DGD_GROUP} ${WRKDIR}/dgd
|
||||
@tar -C ${WRKDIR} -cf - `grep '^dgd/' pkg/PLIST` \
|
||||
| tar -C ${PREFIX} -xpf -
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
@srcdir .
|
||||
@owner mud
|
||||
@group mud
|
||||
@cwd /usr/local
|
||||
dgd/Copyright
|
||||
dgd/Credits
|
||||
|
Loading…
Reference in New Issue
Block a user