aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-30 00:07:50 +0800
committerantoine <antoine@FreeBSD.org>2013-12-30 00:07:50 +0800
commit864d6b29cd09b25e0ffa14219e50e66b2fcb0b73 (patch)
tree10894c1d8082e7bdf6751c6d33bd96010c880ec0 /www
parent198b8071889435263a9b71715c63f279f7eb35ed (diff)
downloadfreebsd-ports-gnome-864d6b29cd09b25e0ffa14219e50e66b2fcb0b73.tar.gz
freebsd-ports-gnome-864d6b29cd09b25e0ffa14219e50e66b2fcb0b73.tar.zst
freebsd-ports-gnome-864d6b29cd09b25e0ffa14219e50e66b2fcb0b73.zip
Stage support
Diffstat (limited to 'www')
-rw-r--r--www/csstidy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/csstidy/Makefile b/www/csstidy/Makefile
index caf884879409..64810b9579b9 100644
--- a/www/csstidy/Makefile
+++ b/www/csstidy/Makefile
@@ -8,18 +8,17 @@ MASTER_SITES= SF/${PORTNAME}/CSSTidy%20%28C%2B%2B%2C%20stable%29/${PORTVERSION}
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= An opensource CSS parser and optimiser
+COMMENT= Opensource CSS parser and optimiser
USE_ZIP= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/csstidy
-NO_STAGE= yes
do-build:
@cd ${WRKSRC} && ${CXX} ${CXXFLAGS} *.cpp -o ${PORTNAME}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>