aboutsummaryrefslogtreecommitdiffstats
path: root/lang/atlast/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-07 01:37:23 +0800
committerlioux <lioux@FreeBSD.org>2001-10-07 01:37:23 +0800
commitf3a0d8650363bdd73e2c3877960c606ae175870b (patch)
tree92169ab4e94b4cffd5fcab5301f67e28dd61dfa9 /lang/atlast/Makefile
parentd0ee2b16464f1ae57a2808898201928e92d03616 (diff)
downloadfreebsd-ports-gnome-f3a0d8650363bdd73e2c3877960c606ae175870b.tar.gz
freebsd-ports-gnome-f3a0d8650363bdd73e2c3877960c606ae175870b.tar.zst
freebsd-ports-gnome-f3a0d8650363bdd73e2c3877960c606ae175870b.zip
o CFLAGS/CC safeness; therefore, bump PORTREVISION
o simplify DESCR, add WWW tag o support NOPORTDOCS in PLIST o style changes in Makefile: - un"echo" installation - merge do-install/post-install PR: 31075 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'lang/atlast/Makefile')
-rw-r--r--lang/atlast/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/atlast/Makefile b/lang/atlast/Makefile
index 32a73e7d7a9f..ecf84e995638 100644
--- a/lang/atlast/Makefile
+++ b/lang/atlast/Makefile
@@ -7,6 +7,7 @@
PORTNAME= atlast
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.fourmilab.ch/atlast/ \
http://www.fourmilab.to/atlast/
@@ -14,14 +15,11 @@ MASTER_SITES= http://www.fourmilab.ch/atlast/ \
MAINTAINER= ports@FreeBSD.org
do-install:
- $(INSTALL_PROGRAM) $(WRKSRC)/atlast $(PREFIX)/bin
-
-post-install:
- strip ${PREFIX}/bin/atlast
+ @${INSTALL_PROGRAM} ${WRKSRC}/atlast ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/atlast
- ${INSTALL_DATA} ${WRKSRC}/atlast.ps ${PREFIX}/share/doc/atlast
- ${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${PREFIX}/share/doc/atlast
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/atlast.ps ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${DOCSDIR}
.endif
.include <bsd.port.mk>