[Bug 195014] [NEW PORT] games/diaspora: Single and multiplayer space fighter combat game
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 31 20:07:12 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195014
lightside <lightside at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #150978|0 |1
is obsolete| |
--- Comment #32 from lightside <lightside at gmx.com> ---
Created attachment 152424
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152424&action=edit
The port in shar format
Replaced following regular expression:
s/3.7.1/${PORTNAME}/
with:
/^AC_INIT/s/3\.7\.1/${PORTNAME}/
for following search string:
AC_INIT(fs2_open, 3.7.1)
Replaced method for empty directories in plist with following method:
-8<--
add-plist-post: build-plist-empty
build-plist-empty: .SILENT
${FIND} ${STAGEDIR}${DATADIR}/data -type d -empty | \
${SED} -e 's|^${STAGEDIR}|@dir |' >> ${TMPPLIST}
-->8-
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list