diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-29 22:29:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-29 22:29:18 +0800 |
commit | b3855a653404dd0abb3a2bc63eb7ec3b55f7d574 (patch) | |
tree | c09c83633fb69d859c6df4ea95f7abf5603e7106 /mail | |
parent | 5c405fe28e1a17da4d5270824717c5af0c1a64d7 (diff) | |
download | freebsd-ports-gnome-b3855a653404dd0abb3a2bc63eb7ec3b55f7d574.tar.gz freebsd-ports-gnome-b3855a653404dd0abb3a2bc63eb7ec3b55f7d574.tar.zst freebsd-ports-gnome-b3855a653404dd0abb3a2bc63eb7ec3b55f7d574.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-thunderbird_labels/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile index 8aec906a4e8e..332c85d78e11 100644 --- a/mail/roundcube-thunderbird_labels/Makefile +++ b/mail/roundcube-thunderbird_labels/Makefile @@ -14,7 +14,6 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= roundcube>=0.5:mail/roundcube -USES= tar:bzip2 NO_BUILD= yes NO_ARCH= yes @@ -34,8 +33,8 @@ x-generate-plist: build >${.CURDIR}/pkg-plist.tmp do-install: - ${MKDIR} ${STAGEDIR}${PLUGINDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PLUGINDIR} + @${MKDIR} ${STAGEDIR}${PLUGINDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINDIR} cd ${STAGEDIR}${PLUGINDIR} && \ ${MV} config.inc.php config.inc.php.sample |