diff options
author | adamw <adamw@FreeBSD.org> | 2014-05-16 03:37:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-05-16 03:37:46 +0800 |
commit | fc53959c708892dc9e6c4aa6581f4b21d98905da (patch) | |
tree | e904913fccb2ddeb70d1d9eb8504c9e2269a2582 /deskutils/myitcrm | |
parent | 5262a57a189cc5fcb8f89e4e45692c332a6abe7d (diff) | |
download | freebsd-ports-gnome-fc53959c708892dc9e6c4aa6581f4b21d98905da.tar.gz freebsd-ports-gnome-fc53959c708892dc9e6c4aa6581f4b21d98905da.tar.zst freebsd-ports-gnome-fc53959c708892dc9e6c4aa6581f4b21d98905da.zip |
Fix one more typo.
Diffstat (limited to 'deskutils/myitcrm')
-rw-r--r-- | deskutils/myitcrm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/myitcrm/Makefile b/deskutils/myitcrm/Makefile index 04c641aed35f..6b820ed6d997 100644 --- a/deskutils/myitcrm/Makefile +++ b/deskutils/myitcrm/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/MyITCRM-${PORTVERSION} SUB_FILES= pkg-message PLIST_DIRSTRY= %%WWWDIR%% PATCH_STRIP= -p1 -WRITEABLE= conf.php log/access.log cache +WRITEABLE= conf.php.sample log/access.log cache PORTEXAMPLES= htaccess.txt PORTDOCS= changelog.txt README.textile USE_DOS2UNIX= yes |