summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-05 11:25:31 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-05 11:25:31 +0000
commit6a6eb35a40fcdecc2817ea78776eb1079c343c4e (patch)
treeff271747ec9c6fd7529fd22585864d212aaeb1ab /print
parentFix errors some people were seeing by adding "-export-dynamic" to LDFLAGS. (diff)
- Don't set an empty PLIST= and PLIST_FILES will work
Reported by: marcus
Notes
Notes: svn path=/head/; revision=189277
Diffstat (limited to 'print')
-rw-r--r--print/gimp-devel-gutenprint/Makefile2
-rw-r--r--print/gimp-gutenprint/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/gimp-devel-gutenprint/Makefile b/print/gimp-devel-gutenprint/Makefile
index 34851e630614..ec53ac226ee7 100644
--- a/print/gimp-devel-gutenprint/Makefile
+++ b/print/gimp-devel-gutenprint/Makefile
@@ -16,6 +16,6 @@ COMMENT= Gimp print plug-in
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= gimp
-PLIST= ${.CURDIR}/pkg-plist
+PLIST_FILES= libexec/gimp/2.2/plug-ins/print
.include "${MASTERDIR}/Makefile"
diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile
index 34851e630614..ec53ac226ee7 100644
--- a/print/gimp-gutenprint/Makefile
+++ b/print/gimp-gutenprint/Makefile
@@ -16,6 +16,6 @@ COMMENT= Gimp print plug-in
MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
GUT_SLAVE= gimp
-PLIST= ${.CURDIR}/pkg-plist
+PLIST_FILES= libexec/gimp/2.2/plug-ins/print
.include "${MASTERDIR}/Makefile"