diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:50:41 +0000 |
commit | 4c544704ed31ce1186add71ab565b4414423835d (patch) | |
tree | 3c5a86451bbd5a03b2a00b3dc5a0f69dec1c5717 /net-im | |
parent | 32e2f6629ff708aec3e81b18136023f21370aa3b (diff) | |
download | ports-4c544704ed31ce1186add71ab565b4414423835d.tar.gz ports-4c544704ed31ce1186add71ab565b4414423835d.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tik/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/tik/Makefile b/net-im/tik/Makefile index 2307ad486004..f2a753261923 100644 --- a/net-im/tik/Makefile +++ b/net-im/tik/Makefile @@ -22,7 +22,7 @@ PLIST= ${WRKDIR}/PLIST SORT?= sort -SRCDIRS= share/tik share/tik/components share/tik/media \ +SRCDIRS= share/tik share/tik/components share/tik/media \ share/tik/packages share/tik/strs .include <bsd.port.pre.mk> @@ -31,7 +31,7 @@ SRCDIRS= share/tik share/tik/components share/tik/media \ EGDIR= share/examples/tik EGFILES= example.tikstrs example.pkgrc DOCDIR= share/doc/tik -DOCFILES= CHANGES CONTRIBUTORS COPYING LICENSE README-LANG \ +DOCFILES= CHANGES CONTRIBUTORS COPYING LICENSE README-LANG \ NEW-FEATURES TODO # The packing list starts with just bin/tik. As we install things, |