diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-26 18:40:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-26 18:40:48 +0800 |
commit | 6812a58caf6acb618c6d4b62245241fe27438d8c (patch) | |
tree | 90f851b14f6ad01790707e752c9a43e8d9cbb8a5 /cad | |
parent | e8cb59e2aeebc9a248f8c6eb256e0c7f2619a2a4 (diff) | |
download | freebsd-ports-gnome-6812a58caf6acb618c6d4b62245241fe27438d8c.tar.gz freebsd-ports-gnome-6812a58caf6acb618c6d4b62245241fe27438d8c.tar.zst freebsd-ports-gnome-6812a58caf6acb618c6d4b62245241fe27438d8c.zip |
Combine my do-install and post-install targets.. there was no need for two
targets.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mars/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 2386815cd7f1..6d1b977bcf42 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Nov 18, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1996/11/25 01:26:24 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/26 06:46:40 asami Exp $ # DISTNAME= MaRS-2.1 @@ -32,8 +32,6 @@ MAN1= mars.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mars ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1 - -post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/mars @chmod a+rx ${PREFIX}/share/doc/mars |