diff options
Diffstat (limited to 'sysutils/afio/Makefile')
-rw-r--r-- | sysutils/afio/Makefile | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile index 5b2aeba87325..5936efccd7b8 100644 --- a/sysutils/afio/Makefile +++ b/sysutils/afio/Makefile @@ -3,11 +3,11 @@ # Date created: 4 October 1995 # Whom: Juergen Lock <nox@jelal.hb.north.de> # -# $Id: Makefile,v 1.3 1996/11/17 08:06:06 obrien Exp $ +# $Id: Makefile,v 1.2 1995/10/05 04:57:45 asami Exp $ # -DISTNAME= afio.2.4.1 -PKGNAME= afio-2.4.1 +DISTNAME= afio.2.4.2 +PKGNAME= afio-2.4.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/Backup @@ -15,6 +15,19 @@ EXTRACT_SUFX= .tgz MAINTAINER= nox@jelal.hb.north.de +ALL_TARGET= afio MAN1= afio.1 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/afio + @(cd ${WRKSRC} ; \ + ${INSTALL_MAN} README SCRIPTS ${PREFIX}/share/doc/afio) + @${MKDIR} ${PREFIX}/share/example/afio + @${INSTALL_SCRIPT} ${FILESDIR}/afiodump.example ${PREFIX}/share/example/afio + @${INSTALL_SCRIPT} ${WRKSRC}/script1/DONTDUMP ${PREFIX}/share/example/afio + @${INSTALL_SCRIPT} ${WRKSRC}/script2/* ${PREFIX}/share/example/afio +.endif + .include <bsd.port.mk> |