diff options
author | ahze <ahze@FreeBSD.org> | 2007-04-05 11:13:24 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-04-05 11:13:24 +0000 |
commit | 340e78397ac964c6b622580dbeca0ae862585c24 (patch) | |
tree | bb2e830679c5e62b94bf1d1d0f081d3f9b3aa3ef /print/gimp-gutenprint | |
parent | ac938c5649dd76e7bc4df8a9345e483f360fb53c (diff) | |
download | FreeBSD-ports-340e78397ac964c6b622580dbeca0ae862585c24.zip FreeBSD-ports-340e78397ac964c6b622580dbeca0ae862585c24.tar.gz |
- Switch from using PLIST_FILES to pkg-plist because of an unknown bug that
hangs on install.
PR: 111258
Reported by: Denis Eremenko <moonshade@pnhz.kz>
Diffstat (limited to 'print/gimp-gutenprint')
-rw-r--r-- | print/gimp-gutenprint/Makefile | 3 | ||||
-rw-r--r-- | print/gimp-gutenprint/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/gimp-gutenprint/Makefile b/print/gimp-gutenprint/Makefile index a7f42f2..34851e6 100644 --- a/print/gimp-gutenprint/Makefile +++ b/print/gimp-gutenprint/Makefile @@ -16,7 +16,6 @@ COMMENT= Gimp print plug-in MASTERDIR= ${.CURDIR}/../../print/gutenprint-base GUT_SLAVE= gimp -PLIST= # empty -PLIST_FILES= libexec/gimp/2.2/plug-ins/print +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/print/gimp-gutenprint/pkg-plist b/print/gimp-gutenprint/pkg-plist new file mode 100644 index 0000000..af87e9a --- /dev/null +++ b/print/gimp-gutenprint/pkg-plist @@ -0,0 +1 @@ +libexec/gimp/2.2/plug-ins/print |