Frederic Cambus said:
> Here is a new port : misc/asciiquarium
[...]
> http://www.cambus.net/files/openbsd/asciiquarium.tar.gz
Why do you need post-install if you have do-install? Also, spacing and
URLs could be more consistent.
--
Dmitrij D. Czarkoff
--- Makefile.orig Sat May 30 22:12:53 2015
+++ Makefile Sat May 30 22:14:03 2015
@@ -7,14 +7,14 @@
PKGNAME = asciiquarium-${V}
CATEGORIES = misc
-HOMEPAGE = http://robobunny.com/projects/asciiquarium/html/
+HOMEPAGE = http://www.robobunny.com/projects/asciiquarium/html/
MAINTAINER = Frederic Cambus <[email protected]>
# GPLv2+
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE_CDROM = Yes
-MASTER_SITES = http://www.robobunny.com/projects/asciiquarium/
+MASTER_SITES = http://www.robobunny.com/projects/asciiquarium/
RUN_DEPENDS = misc/p5-Term-Animation
@@ -23,8 +23,6 @@
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${PREFIX}/bin
-
-post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asciiquarium
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/asciiquarium