aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ec53ac226ee7..109e99f4ee79 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_FILES= libexec/gimp/2.2/plug-ins/print
+PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile
index ec53ac226ee7..109e99f4ee79 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_FILES= libexec/gimp/2.2/plug-ins/print
+PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"