diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-04 05:46:21 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-04 05:46:21 +0000 |
commit | 6b9872014db4e76dedabb4d56cec6789b0ee1ba6 (patch) | |
tree | f18847cb78d2f7ca3544722edf480e67cfde5919 /www/lightsquid | |
parent | 2a87972457834d8d242b05d2d3996dbd91807ada (diff) | |
download | FreeBSD-ports-6b9872014db4e76dedabb4d56cec6789b0ee1ba6.zip FreeBSD-ports-6b9872014db4e76dedabb4d56cec6789b0ee1ba6.tar.gz |
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/lightsquid')
-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 2092ed90..b0e17b8 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 4722237..a1ae938 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 ************************************************************************** |