diff options
author | ahze <ahze@FreeBSD.org> | 2005-10-16 10:50:46 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-10-16 10:50:46 +0800 |
commit | c45ff15c959e91255414ffcb14cc1a2ea400fdc1 (patch) | |
tree | 935865efc95b003ddc7ff6695975438ff28b259b /misc | |
parent | 21b159fdb8f4b668cc4f5ed7b4232bfaa1bbf824 (diff) | |
download | freebsd-ports-gnome-c45ff15c959e91255414ffcb14cc1a2ea400fdc1.tar.gz freebsd-ports-gnome-c45ff15c959e91255414ffcb14cc1a2ea400fdc1.tar.zst freebsd-ports-gnome-c45ff15c959e91255414ffcb14cc1a2ea400fdc1.zip |
- Add missing "11" to fix plist on users who define WITHOUT_X11
Diffstat (limited to 'misc')
-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 |