summaryrefslogtreecommitdiff
path: root/print/pcps/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
committerwiz <wiz@pkgsrc.org>2001-01-29 11:34:21 +0000
commitb979f7222ad9bade13f010cd27e5bc6afab1681c (patch)
tree86f14acd24842161759a420487862022044c2b4b /print/pcps/Makefile
parent6a13219ca89e5dae86f27159ff86006058c06859 (diff)
downloadpkgsrc-b979f7222ad9bade13f010cd27e5bc6afab1681c.tar.gz
Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
Diffstat (limited to 'print/pcps/Makefile')
-rw-r--r--print/pcps/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/print/pcps/Makefile b/print/pcps/Makefile
index 81b95c73796..8c21e765844 100644
--- a/print/pcps/Makefile
+++ b/print/pcps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/23 13:47:00 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/29 11:34:40 wiz Exp $
#
DISTNAME= pcps840
@@ -13,17 +13,13 @@ HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml
MAKEFILE= makefile
ALL_TARGET=
MAKE_ENV+= "CC=${CC} ${CFLAGS} -DUNIX"
-MESSAGE_FILE= ${WRKDIR}/MESSAGE
+NO_CONFIGURE= yes
LICENSE= shareware
RESTRICTED= This is shareware for your evaluation and subsequent payment
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
-do-configure:
- ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' < ${PKGDIR}/MESSAGE \
- >${WRKDIR}/MESSAGE
-
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/pcps ${PREFIX}/bin/pcps
@${INSTALL_MAN} ${FILESDIR}/pcps.1 ${PREFIX}/man/man1