diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-05 09:53:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-05 09:53:29 +0000 |
commit | d70aafbd2ea6ebb4cd021edc8ae842157c59de54 (patch) | |
tree | 8965be22804cb51b1c2f38fc31f533d488ea6684 /print/hpijs/Makefile | |
parent | 89a727e1d0c72cd76c0463101e12e5de499234bb (diff) | |
download | ports-d70aafbd2ea6ebb4cd021edc8ae842157c59de54.tar.gz ports-d70aafbd2ea6ebb4cd021edc8ae842157c59de54.zip |
Notes
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index e30f6763aa6f..a306c372d168 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -57,12 +57,13 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hpijs ${PREFIX}/bin .else INSTALL_TARGET= install-exec install-foomatic -.if !defined(WITHOUT_CUPS) -INSTALL_TARGET+= install-cups -.endif .endif post-install: +.if !defined(WITHOUT_CUPS) + @${LN} -s ${PREFIX}/bin/foomatic-rip ${LOCALBASE}/libexec/cups/filter/foomatic-rip + @${LN} -s ${PREFIX}/share/ppd ${LOCALBASE}/share/cups/model/foomatic-ppds +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/gs_hpijs.png ${DOCSDIR} |