diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /print/pcps | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'print/pcps')
-rw-r--r-- | print/pcps/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/pcps/Makefile b/print/pcps/Makefile index 4c20c65df85..aac34380a6f 100644 --- a/print/pcps/Makefile +++ b/print/pcps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:43 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:30 wiz Exp $ # DISTNAME= pcps840 @@ -10,6 +10,11 @@ MASTER_SITES= ftp://garbo.uwasa.fi/unix/pcps/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml COMMENT= Converts text files to PostScript(tm) +LICENSE= pcps-license + +RESTRICTED= This is shareware for your evaluation and subsequent payment +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} PKG_DESTDIR_SUPPORT= user-destdir @@ -19,11 +24,6 @@ BUILD_TARGET= MAKE_ENV+= "CC=${CC} ${CFLAGS} -DUNIX" NO_CONFIGURE= yes -LICENSE= pcps-license -RESTRICTED= This is shareware for your evaluation and subsequent payment -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM=${RESTRICTED} - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/pcps share/examples/pcps CONF_FILES+= ${PREFIX}/share/examples/pcps/pcps.cfg ${PREFIX}/bin/pcps.cfg |