diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-21 04:34:08 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-21 04:34:08 +0800 |
commit | 9ef3d5c6ef898fc32dc74b9687b0d318b62d2c0a (patch) | |
tree | 227eb2029b7bd17d10c1fc4a5354789749b2d749 | |
parent | 47d5b850dbd76237b93a86de6f490af833686fd8 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |