diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-14 07:45:39 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-14 07:45:39 +0000 |
commit | 879b786e1514c79be605a8ea5909199bdce8de94 (patch) | |
tree | 633123bbab409197d5f727db4525915cd87b4dc5 /devel/asl/Makefile | |
parent | This is not necessary anymore, as all directories are pre-created by (diff) |
Upgrade to 1.41r6.
Notes
Notes:
svn path=/head/; revision=7307
Diffstat (limited to 'devel/asl/Makefile')
-rw-r--r-- | devel/asl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/asl/Makefile b/devel/asl/Makefile index b2a37c2653e5..e8743a93bc6e 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: asl -# Version required: 1.41r5 +# Version required: 1.41r6 # Date created: 18 June 1997 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/20 08:13:46 tg Exp $ # -DISTNAME= asl-1.41r5 +DISTNAME= asl-1.41r6 CATEGORIES= devel MASTER_SITES= ftp://zam091.zam.kfa-juelich.de/pub/msdos/assembler/c_version/ @@ -17,6 +17,6 @@ post-extract: post-install: ${MKDIR} ${PREFIX}/share/doc/asl - ${INSTALL_DATA} ${WRKSRC}/doc_EN/as.doc ${PREFIX}/share/doc/asl + ${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${PREFIX}/share/doc/asl .include <bsd.port.mk> |