aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-02 16:25:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-02 16:25:08 +0800
commitf6a4305446ae96c2b7ae339550c633ccca10be90 (patch)
tree2c0c71c8148a8301a15272208be47448f713fed0
parent01f3c666e8f07ea7b52cf28b058d55485b89efc4 (diff)
downloadfreebsd-ports-gnome-f6a4305446ae96c2b7ae339550c633ccca10be90.tar.gz
freebsd-ports-gnome-f6a4305446ae96c2b7ae339550c633ccca10be90.tar.zst
freebsd-ports-gnome-f6a4305446ae96c2b7ae339550c633ccca10be90.zip
- Add LICENSE
- Support STAGEDIR - Update pkg-descr and WWW PR: ports/184422 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
-rw-r--r--www/dfileserver/Makefile5
-rw-r--r--www/dfileserver/pkg-descr6
2 files changed, 6 insertions, 5 deletions
diff --git a/www/dfileserver/Makefile b/www/dfileserver/Makefile
index ac391c621b92..950393c1a32e 100644
--- a/www/dfileserver/Makefile
+++ b/www/dfileserver/Makefile
@@ -10,11 +10,12 @@ MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
MAINTAINER= rodrigo@bebik.net
COMMENT= Compact webserver designed to make sharing files easy
+LICENSE= BSD
+
PLIST_FILES= bin/dfileserver
WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} 's,g++,${CXX},;s,$$GCCFLAGS,${CXXFLAGS},; \
s,strip,${STRIP_CMD},' ${WRKSRC}/build.sh
@@ -24,6 +25,6 @@ do-build:
${SETENV} ${MAKE_ENV} ./build.sh)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${PREFIX}/bin/dfileserver
+ ${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${STAGEDIR}${PREFIX}/bin/dfileserver
.include <bsd.port.mk>
diff --git a/www/dfileserver/pkg-descr b/www/dfileserver/pkg-descr
index 0df9059da7c6..34f635660a7f 100644
--- a/www/dfileserver/pkg-descr
+++ b/www/dfileserver/pkg-descr
@@ -3,6 +3,6 @@ sharing files easy.
By default, it shares whatever folder it was executed from on port 2000.
While simple, a good deal of flexibility is exposed when you read the
-documentation and look at the optional configuration files, provided
-separately here:
-http://harpy.soarwitheagles.net/~dashy/DFileServer-1.1.2-documentation.tar.gz
+documentation and look at the optional configuration files.
+
+WWW: http://www.bebik.net/doku.php?id=software:dfileserver