diff options
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 4ce23f52531..c757b76df60 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2012/10/08 12:19:27 asau Exp $ +# $NetBSD: Makefile,v 1.52 2013/04/06 21:07:34 rodent Exp $ # DISTNAME= popa3d-1.0.2 @@ -28,8 +28,8 @@ FILES_SUBST+= POPA3D_GROUP=${POPA3D_GROUP:Q} SUBST_CLASSES+= params SUBST_STAGE.params= pre-configure SUBST_FILES.params= params.h -SUBST_SED.params= -e 's,/var/empty,${PREFIX}/share/empty,' \ - -e 's,@@POPA3D_USER@@,"${POPA3D_USER}",' +SUBST_SED.params= -e 's,/var/empty,${PREFIX}/share/empty,' +SUBST_SED.params+= -e 's,@@POPA3D_USER@@,"${POPA3D_USER}",' INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin |