diff options
-rw-r--r-- | graphics/giftool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/giftool/Makefile b/graphics/giftool/Makefile index b7446bc1b531..6ffed97b66c2 100644 --- a/graphics/giftool/Makefile +++ b/graphics/giftool/Makefile @@ -38,8 +38,10 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ab do-install: ${INSTALL_PROGRAM} ${WRKSRC}/giftool ${PREFIX}/bin +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) +.endif post-install: @${CAT} ${PKGMESSAGE} |