diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-23 12:21:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-23 12:21:09 +0000 |
commit | 34b4ea6c88bdc11fbd4fc54e99b850b9aa0c644f (patch) | |
tree | 2a7f3953afec61764517b610e5bbc60165b6481f /japanese/font-koruri | |
parent | ef7fd9a68a48312535d30f0cfd3efa1c08816d9c (diff) |
Remove code unused with staging
Notes
Notes:
svn path=/head/; revision=373144
Diffstat (limited to 'japanese/font-koruri')
-rw-r--r-- | japanese/font-koruri/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/japanese/font-koruri/Makefile b/japanese/font-koruri/Makefile index 8acdb7172253..45a112de9dbd 100644 --- a/japanese/font-koruri/Makefile +++ b/japanese/font-koruri/Makefile @@ -50,9 +50,6 @@ do-install: ${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf -post-su-install: - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) |