diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 08:25:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 08:25:08 +0000 |
commit | 08544a0870d434271770454e67e1910a15bdca23 (patch) | |
tree | 2c0c71c8148a8301a15272208be47448f713fed0 | |
parent | 4cd346bf5ad1af781f7e14f3db07799edf9bee8c (diff) | |
download | ports-08544a0870d434271770454e67e1910a15bdca23.tar.gz ports-08544a0870d434271770454e67e1910a15bdca23.zip |
Notes
-rw-r--r-- | www/dfileserver/Makefile | 5 | ||||
-rw-r--r-- | www/dfileserver/pkg-descr | 6 |
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 |