Path to this page:
./
www/typolight27-example,
Sample site data for TYPOlight
Branch: pkgsrc-2010Q1,
Version: 2.7.7,
Package name: typolight27-example-2.7.7,
Maintainer: tacaThis is example site data of TYPOlight webCMS.
DEINSTALL [+/-]#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2009/04/26 04:00:12 taca Exp $
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_DATA="music_academy.css tl_files/music_academy"
case "${STAGE}" in
DEINSTALL)
cd ${TL_WEBDIR} && ${RM} -rf ${TL_DATA}
esac
Required to run:[
www/typolight27]
Master sites:
Version history: (Expand)
- (2010-05-12) Updated to version: typolight27-example-2.7.7
- (2010-04-09) Package added to pkgsrc.se, version typolight27-example-2.7.6 (created)
CVS history: (Expand)
2010-05-11 23:17:59 by Matthias Scheler | Files touched by this commit (1) | |
Log message:
Pullup ticket #3111 - requested by taca
www/typolight27-example: build fix
Revisions pulled up:
- www/typolight27-example/Makefile 1.4
---
Module Name: pkgsrc
Committed By: taca
Date: Tue May 11 13:28:46 UTC 2010
Modified Files:
pkgsrc/www/typolight27-example: Makefile
Log message:
Add DIST_SUBDIR to match typolight27's update.
|