diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-10-16 10:50:46 +0800 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-10-16 10:50:46 +0800 |
commit | 7eb5d0193e4a751a9f2894aa60a014499ecc662e (patch) | |
tree | 9ae7cb4dcc7d43d891db912aa9956027a42c205c /misc/cuecat | |
parent | 47dca63ab4b2416a937c06bc800e67c9d3b02c48 (diff) | |
download | freebsd-ports-gnome-7eb5d0193e4a751a9f2894aa60a014499ecc662e.tar.gz freebsd-ports-gnome-7eb5d0193e4a751a9f2894aa60a014499ecc662e.tar.zst freebsd-ports-gnome-7eb5d0193e4a751a9f2894aa60a014499ecc662e.zip |
- Add missing "11" to fix plist on users who define WITHOUT_X11
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index 61985aeb14a7..d98492747ae8 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -42,7 +42,7 @@ do-install: python -O -c "import barcode, cuecat" ${LN} -sf ${PYTHON_SITELIBDIR}/cuecat.py ${PREFIX}/bin/cuecat ${INSTALL_MAN} ${WRKSRC}/cuecat.1 ${PREFIX}/man/man1 -.if !defined(WITHOUT_X) +.if !defined(WITHOUT_X11) ${INSTALL_SCRIPT} ${WRKSRC}/xcuecat.py ${PREFIX}/bin/xcuecat ${INSTALL_MAN} ${WRKSRC}/xcuecat.1 ${PREFIX}/man/man1 .endif |