summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authoragc <agc>2001-02-17 09:06:56 +0000
committeragc <agc>2001-02-17 09:06:56 +0000
commite7c44dfe67ae20de91097c06e63a5166ec78c07d (patch)
tree7be69a1c41c51ca83affb66df5175564f77f3599 /lang/intercal/Makefile
parentb8f64acb6100cbc871926a59a16ec9d6a4857c21 (diff)
downloadpkgsrc-e7c44dfe67ae20de91097c06e63a5166ec78c07d.tar.gz
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 13185787398..c641fa28b6a 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/22 16:53:16 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:13 agc Exp $
#
DISTNAME= intercal-0.20
@@ -7,6 +7,7 @@ MASTER_SITES= http://www.tuxedo.org/~esr/intercal/
MAINTAINER= dillo@giga.or.at
HOMEPAGE= http://www.tuxedo.org/~esr/intercal/
+COMMENT= the ultimate language for obfuscation and job security
MAKE_ENV+= PREFIX="${PREFIX}" MKDIR="${MKDIR}"
MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"