aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-06-21 04:34:08 +0800
committerbsam <bsam@FreeBSD.org>2013-06-21 04:34:08 +0800
commit9ef3d5c6ef898fc32dc74b9687b0d318b62d2c0a (patch)
tree227eb2029b7bd17d10c1fc4a5354789749b2d749
parent47d5b850dbd76237b93a86de6f490af833686fd8 (diff)
downloadfreebsd-ports-gnome-9ef3d5c6ef898fc32dc74b9687b0d318b62d2c0a.tar.gz
freebsd-ports-gnome-9ef3d5c6ef898fc32dc74b9687b0d318b62d2c0a.tar.zst
freebsd-ports-gnome-9ef3d5c6ef898fc32dc74b9687b0d318b62d2c0a.zip
Fix mtree: the port creates an empty DATADIR. Lets define an empty
list PORTDATA to take this directory into account. Well, the other way is to add an appropriate line to TMPPLIST. But I like the former more. Reported by: Ports-QAT Pointyhat to: bsam (me)
-rw-r--r--comms/yaps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/yaps/Makefile b/comms/yaps/Makefile
index 2fe6903c9842..ba9121e706a3 100644
--- a/comms/yaps/Makefile
+++ b/comms/yaps/Makefile
@@ -18,6 +18,7 @@ USE_GMAKE= true
MAN1= yaps.1
PLIST_FILES= bin/yaps etc/yaps.rc.sample
PORTDOCS= yaps.doc yaps.html
+PORTDATA= *
OPTIONS_DEFINE= DOCS