diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-04 13:46:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-04 13:46:21 +0800 |
commit | 6b9872014db4e76dedabb4d56cec6789b0ee1ba6 (patch) | |
tree | f18847cb78d2f7ca3544722edf480e67cfde5919 /www | |
parent | 2a87972457834d8d242b05d2d3996dbd91807ada (diff) | |
download | freebsd-ports-gnome-6b9872014db4e76dedabb4d56cec6789b0ee1ba6.tar.gz freebsd-ports-gnome-6b9872014db4e76dedabb4d56cec6789b0ee1ba6.tar.zst freebsd-ports-gnome-6b9872014db4e76dedabb4d56cec6789b0ee1ba6.zip |
Update port: www/lightsquid Fix the pkg-message info. Bump the PORTREVISION.
PR: ports/91265
Submitted by: Alexander Logvinov <user@blg.akavia.ru>
Diffstat (limited to 'www')
-rw-r--r-- | www/lightsquid/Makefile | 5 | ||||
-rw-r--r-- | www/lightsquid/files/pkg-message.in | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/lightsquid/Makefile b/www/lightsquid/Makefile index 2092ed900ad0..b0e17b86ef6a 100644 --- a/www/lightsquid/Makefile +++ b/www/lightsquid/Makefile @@ -7,6 +7,7 @@ PORTNAME= lightsquid PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,9 +24,9 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD NO_BUILD= yes USE_PERL5= yes -SUB_FILES= pkg-message - DSTDIR?= ${PREFIX}/www/${PORTNAME} +SUB_LIST= DSTDIR=${DSTDIR} +SUB_FILES= pkg-message do-patch: @${MV} ${WRKSRC}/lightsquid.cfg ${WRKSRC}/lightsquid.cfg.dist diff --git a/www/lightsquid/files/pkg-message.in b/www/lightsquid/files/pkg-message.in index 4722237b97c7..a1ae9383c01c 100644 --- a/www/lightsquid/files/pkg-message.in +++ b/www/lightsquid/files/pkg-message.in @@ -1,3 +1,3 @@ ************************************************************************** -Read the %%PREFIX%%/doc/install.txt to configure lightsquid +Read the %%DSTDIR%%/doc/install.txt to configure lightsquid ************************************************************************** |