--- ./sdl/Makefile.in.orig 2005-05-01 01:47:14.000000000 +0000 +++ ./sdl/Makefile.in 2014-01-15 20:23:15.000000000 +0000 @@ -244,10 +244,8 @@ else \ progname="$(SDLCONQ_EXEC_NAME)" ; \ fi; \ - $(INSTALL_PROGRAM) $${progname} $(bindir); \ - chown $(GAMEUID) $(bindir)/$${progname}; \ - chgrp $(GAMEGRP) $(bindir)/$${progname}; \ - chmod $(GAMEPERM) $(bindir)/$${progname}; + $(INSTALL_PROGRAM) $${progname} $(DESTDIR)$(bindir); \ + chmod $(GAMEPERM) $(DESTDIR)$(bindir)/$${progname}; install-manpages-only: (cd $(x11srcdir) && $(MAKE) $(FLAGS_TO_PASS) install-manpages-only) .lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/vamos
Commit message (Expand)AuthorAgeFilesLines
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
* devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
* games category: Remove $PTHREAD_LIBSmarino2015-03-261-2/+2
* Bump portrevision after png updatebapt2014-12-261-1/+1
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
* - Release ports maintained by games@amdmi32014-11-011-1/+1
* - Clarify LICENSEamdmi32014-10-112-28/+4
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* - Switch to USES=libtool, drop .la filesamdmi32014-07-03