diff options
author | fredb <fredb> | 2002-03-28 21:15:11 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-28 21:15:11 +0000 |
commit | 84a08215de6bb108be8d69076a89570677d45a36 (patch) | |
tree | 387e9a5251a6c8592d81cf3a97940c0b23da9027 /print/cupsomatic-ppds | |
parent | 303cbf2acb0cf0c8cc4eda6f719afd8b17237fb6 (diff) | |
download | pkgsrc-84a08215de6bb108be8d69076a89570677d45a36.tar.gz |
{DIST_SUBDIR} shouldn't change when ${PKGREVISION} changes.
Diffstat (limited to 'print/cupsomatic-ppds')
-rw-r--r-- | print/cupsomatic-ppds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cupsomatic-ppds/Makefile b/print/cupsomatic-ppds/Makefile index d70d2e9f310..bc03c9400b2 100644 --- a/print/cupsomatic-ppds/Makefile +++ b/print/cupsomatic-ppds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:34 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/28 21:15:11 fredb Exp $ DISTNAME= all-com-ppds PKGNAME= cupsomatic-ppds-20010515 @@ -26,7 +26,7 @@ COMMENT= free software printer drivers for use with CUPS CONFLICTS+= cupsomatic-200012?? -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} DEPENDS+= cups>=1.1.14nb1:../../print/cups DEPENDS+= cupsomatic-[0-9]*:../../print/cupsomatic |