diff options
author | fredb <fredb> | 2002-03-21 03:48:15 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-21 03:48:15 +0000 |
commit | 8ac73655f1740c606d895caae8220f611223376c (patch) | |
tree | d54fa377bf9d5d92be147722807da3ed632994e8 /print/cupsomatic | |
parent | c33e7e289369c9a82260fca3ba2c6689503bb05a (diff) | |
download | pkgsrc-8ac73655f1740c606d895caae8220f611223376c.tar.gz |
Use ${PKGNAME_NOREV} for ${DIST_SUBDIR}.
Diffstat (limited to 'print/cupsomatic')
-rw-r--r-- | print/cupsomatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cupsomatic/Makefile b/print/cupsomatic/Makefile index 746885e2f33..9b60918cbd9 100644 --- a/print/cupsomatic/Makefile +++ b/print/cupsomatic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/03/13 17:37:33 fredb Exp $ +# $NetBSD: Makefile,v 1.12 2002/03/21 03:48:15 fredb Exp $ DISTNAME= cupsomatic PKGNAME= ${DISTNAME}-2.2 @@ -24,7 +24,7 @@ COMMENT= Foomatic CUPS printer filter CONFLICTS+= cupsomatic-200012?? -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} DEPENDS+= cups>=1.1.14nb1:../../print/cups DEPENDS+= foomatic-gswrapper>=1.2:../../print/foomatic-gswrapper |