diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-07-19 17:01:41 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-07-19 17:01:41 +0000 |
commit | db0c41f7c0710713ad81e487ef87a058452049ea (patch) | |
tree | a27019ce931f43e1dbfa82ccdc7c145631af6bb7 /sysutils/LPRng | |
parent | 88c322758fc242d78789f52aa8c48311429262dd (diff) | |
download | ports-db0c41f7c0710713ad81e487ef87a058452049ea.tar.gz ports-db0c41f7c0710713ad81e487ef87a058452049ea.zip |
Notes
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 9a29668f2dae..6f66e9e79016 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -7,6 +7,7 @@ PORTNAME= LPRng PORTVERSION= 3.8.28 +PORTREVISION= 1 CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ @@ -35,8 +36,8 @@ CONFIGURE_ARGS= \ --with-sbindir=${PREFIX}/sbin \ --with-filterdir=${PREFIX}/libexec/filters \ --with-filter_path="${PREFIX}/bin:/bin:/usr/bin:${PREFIX}/sbin:/sbin:/usr/sbin" \ - --with-lpd_conf_path=${PREFIX}/etc/lpd.conf \ - --with-lpd_perms_path=${PREFIX}/etc/lpd.perms \ + --with-lpd_conf_path=${SYSCONFDIR}/lpd.conf \ + --with-lpd_perms_path=${SYSCONFDIR}/lpd.perms \ --with-printcap_path=/etc/printcap \ --with-ld_library_path="${PREFIX}/lib:/lib:/usr/lib:/${LOCALBASE}/lib" \ --enable-gdbm=${LOCALBASE} @@ -90,8 +91,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/lpd.conf ${SYSCONFDIR}/lpd.conf.sample @${INSTALL_DATA} ${WRKSRC}/lpd.perms ${SYSCONFDIR}/lpd.perms.sample @${INSTALL_DATA} ${WRKSRC}/printcap ${SYSCONFDIR}/printcap.sample - @${MKDIR} ${PREFIX}/etc/rc.d - @${INSTALL_DATA} ${WRKSRC}/init.freebsd ${PREFIX}/etc/rc.d/lprng.sh + @${MKDIR} ${LOCALBASE}/etc/rc.d + @${INSTALL_DATA} ${WRKSRC}/init.freebsd ${LOCALBASE}/etc/rc.d/lprng.sh .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR} @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR}/Reference |