diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-09 23:36:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-09 23:36:09 +0800 |
commit | 566eb1fe8dce5b79818a48bc83f6a3a44cdda0b5 (patch) | |
tree | 54838c36eedb569fe4f4b68cc100867d6b10e967 /irc/irssi-otr | |
parent | a2449235f095b712e56d6b52076a7815b45b267a (diff) | |
download | freebsd-ports-gnome-566eb1fe8dce5b79818a48bc83f6a3a44cdda0b5.tar.gz freebsd-ports-gnome-566eb1fe8dce5b79818a48bc83f6a3a44cdda0b5.tar.zst freebsd-ports-gnome-566eb1fe8dce5b79818a48bc83f6a3a44cdda0b5.zip |
irssi is responsable for creating the lib/irssi/modules directory
Diffstat (limited to 'irc/irssi-otr')
-rw-r--r-- | irc/irssi-otr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 71abe1c2588b..fa837f294a54 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -3,7 +3,7 @@ PORTNAME= irssi-otr PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= irc MASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= irssiotr @@ -26,6 +26,6 @@ USE_GNOME= glib20 PLIST_FILES= lib/irssi/modules/libotr.so \ %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README -PLIST_DIRS= lib/irssi lib/irssi/modules/ %%DOCSDIR%% +PLIST_DIRS= %%DOCSDIR%% .include <bsd.port.mk> |