Index: head/www/vger/Makefile =================================================================== --- head/www/vger/Makefile (revision 568499) +++ head/www/vger/Makefile (revision 568500) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= vger PORTVERSION= 0.0.20210315 CATEGORIES= www MASTER_SITES= https://tildegit.org/solene/vger/archive/ DISTFILES= 365e99400a8a13546c4c060f28e23bf81d68d45e.tar.gz MAINTAINER= nc@FreeBSD.org COMMENT= Simplistic and secure Gemini server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz - do-install: ${CP} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + +post-install: + @${MKDIR} ${STAGEDIR}${ETCDIR}/gemini .include Index: head/www/vger/files/patch-opts.h =================================================================== --- head/www/vger/files/patch-opts.h (nonexistent) +++ head/www/vger/files/patch-opts.h (revision 568500) @@ -0,0 +1,11 @@ +--- opts.h.orig 2021-03-15 19:55:02 UTC ++++ opts.h +@@ -2,7 +2,7 @@ + + #define DEFAULT_MIME "application/octet-stream" + #define DEFAULT_LANG "" +-#define DEFAULT_CHROOT "/var/gemini" ++#define DEFAULT_CHROOT "/usr/local/etc/gemini" + #define DEFAULT_AUTOIDX 0 + + /* longest is 56 so 64 should be enough */ Property changes on: head/www/vger/files/patch-opts.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/vger/pkg-plist =================================================================== --- head/www/vger/pkg-plist (nonexistent) +++ head/www/vger/pkg-plist (revision 568500) @@ -0,0 +1,3 @@ +bin/vger +man/man8/vger.8.gz +@dir %%ETCDIR%%/gemini Property changes on: head/www/vger/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property