aboutsummaryrefslogtreecommitdiffstats
path: root/server.mk
blob: 8c2b7cc2c40bd706d53742047d5d8aa95df5fe98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
%.server.in: %.server.in.in
    sed -e 's|\@BINDIR_IN_SERVER_FILE\@|$(bindir_in_server_file)|'\
    -e 's|\@PRIVLIBEXECDIR_IN_SERVER_FILE\@|$(privlibexecdir_in_server_file)|'\
    -e 's|\@COMPONENTDIR_IN_SERVER_FILE\@|$(componentdir_in_server_file)|'\
    -e 's|\@VERSION\@|$(BASE_VERSION)|'             \
    -e 's|\@EXEEXT\@|$(EXEEXT)|'                \
    -e 's|\@SOEXT\@|$(SOEXT)|'              \
    -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@

%_$(BASE_VERSION).server: %.server
    mv $< $@

nd_yarn/devel/electron6/files/ini-1.3.8&id=5f6dfb5b82976c4f5ceec462e1ee938e299b2d6f'>commitdiffstats
path: root/www/rubygem-gon
Commit message (Expand)AuthorAgeFilesLines
* www/rubygem-gon: Update from 6.0.1 to 6.1.0tz2016-11-222-4/+4
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1
* create USES=gem and update rubygem- ports to use itswills2016-04-281-2/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-4/+4
* - Switch to rails 4.2miwi2016-03-141-1/+2
* - Add LICENSE_FILEsunpoet2015-11-13