diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile index bde19236f42e..53fd4bba69f4 100644 --- a/security/ccrypt/Makefile +++ b/security/ccrypt/Makefile @@ -1,40 +1,40 @@ # ex:ts=8 # Ports collection makefile for: ccrypt # Date created: Feb 7, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ccrypt PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= ccrypt.1 MLINKS= ccrypt.1 ccencrypt.1 \ ccrypt.1 ccdecrypt.1 \ ccrypt.1 ccat.1 post-patch: @${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/ccrypt.html ${DOCSDIR} .endif .include