diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-21 09:14:53 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-21 09:14:53 +0800 |
commit | 23a1cad535b32b0d14d5a4bad50ad02cd9e7df03 (patch) | |
tree | 29c21ef4643c2e80bbb495e2ef81216309e740b4 /dns/gdnsd | |
parent | d38144f7f944a10a92d3dedeb7ac91002e02cbd9 (diff) | |
download | freebsd-ports-gnome-23a1cad535b32b0d14d5a4bad50ad02cd9e7df03.tar.gz freebsd-ports-gnome-23a1cad535b32b0d14d5a4bad50ad02cd9e7df03.tar.zst freebsd-ports-gnome-23a1cad535b32b0d14d5a4bad50ad02cd9e7df03.zip |
- Fix plist to have proper 'rmdir DIR' ordering.
Pkgng will not detect the directory otherwise. This was due to
incorrectly advise in the check-stagedir.sh script, fixed in
r351587
With hat: portmgr
Diffstat (limited to 'dns/gdnsd')
-rw-r--r-- | dns/gdnsd/Makefile | 1 | ||||
-rw-r--r-- | dns/gdnsd/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/gdnsd/Makefile b/dns/gdnsd/Makefile index 85bc6c4ae869..48682d8cd088 100644 --- a/dns/gdnsd/Makefile +++ b/dns/gdnsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdnsd PORTVERSION= 1.11.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://github.com/blblack/gdnsd/releases/download/v${PORTVERSION}/ \ http://gdnsd.scaleengine.net/gdnsd/ diff --git a/dns/gdnsd/pkg-plist b/dns/gdnsd/pkg-plist index 0154b59e0aef..cc61453bde0a 100644 --- a/dns/gdnsd/pkg-plist +++ b/dns/gdnsd/pkg-plist @@ -79,7 +79,7 @@ sbin/gdnsd %%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.pod %%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.txt @exec mkdir -p %%ETCDIR%%/zones -@unexec rmdir >/dev/null 2>&1 /var/run/gdnsd || : +@unexec rmdir "/var/run/gdnsd" >/dev/null 2>&1 || : %%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry libexec/gdnsd @dirrmtry lib/gdnsd |