Changeset 11828
- Timestamp:
- 12/07/10 21:32:35 (2 years ago)
- Location:
- csw/mgar/pkg/freeradius/trunk
- Files:
-
- 1 added
- 1 modified
-
Makefile (modified) (2 diffs)
-
files/cswfreeradius (added)
Legend:
- Unmodified
- Added
- Removed
-
csw/mgar/pkg/freeradius/trunk/Makefile
r11824 r11828 10 10 MASTER_SITES = ftp://ftp.freeradius.org:/pub/freeradius/ 11 11 DISTFILES = $(GARNAME)-server-$(GARVERSION).tar.gz 12 DISTFILES += cswfreeradius 12 13 DISTNAME = $(GARNAME)-server-$(GARVERSION) 13 14 … … 142 143 INSTALL_ARGS += R=$(DESTDIR) 143 144 145 INITSMF = /etc/opt/csw/init.d/cswapache2 146 144 147 include gar/category.mk 145 148 146 149 PATH := /opt/csw/gnu:$(PATH) 150 151 post-install-modulated: copy-local-files 152 153 # Copy in specialized templates 154 copy-local-files: 155 @ginstall -d $(DESTDIR)/etc/opt/csw/init.d 156 @ginstall $(WORKDIR)/cswfreeradius $(DESTDIR)/etc/opt/csw/init.d 157 @$(MAKECOOKIE)
