Move each pkg-{plist,descr} into its own port, cleanup @dirrm*

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-04-30 13:15:10 +00:00
parent b76e866ef8
commit 53e5724835
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385039
7 changed files with 5 additions and 11 deletions

View File

@ -14,9 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd
MASTERDIR= ${.CURDIR}/../lighttpd
DESCR= ${FILESDIR}/pkg-descr.${PORTNAME}
PLIST= ${FILESDIR}/pkg-plist.${PORTNAME}
LATEST_LINK= lighttpd-${PORTNAME}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
PATCH_SITES+= ${MASTER_SITE_LOCAL}
PATCHFILES+= lighttpd-1.4.26_mod_geoip.patch.gz

View File

@ -20,9 +20,8 @@ LICENSE_DISTFILES= ${PATCHFILES}
LICENSE_PERMS= dist-mirror pkg-mirror
MASTERDIR= ${.CURDIR}/../lighttpd
PLIST= ${FILESDIR}/pkg-plist.${PORTNAME}
DESCR= ${FILESDIR}/pkg-descr.${PORTNAME}
LATEST_LINK= lighttpd-${PORTNAME}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
MANUAL_PACKAGE_BUILD= free for non-commercial use only

View File

@ -59,8 +59,4 @@ lib/lighttpd/mod_webdav.so
man/man8/lighttpd.8.gz
sbin/lighttpd
sbin/lighttpd-angel
@dirrm lib/lighttpd
@dirrmtry etc/lighttpd/vhosts.d
@dirrmtry etc/lighttpd/conf.d
@dirrmtry etc/lighttpd
@dirrmtry(%%USER%%,%%GROUP%%,700) %%LOGROOT%%
@dir(%%USER%%,%%GROUP%%,700) %%LOGROOT%%