aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IO-Stty
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IO-Stty')
-rw-r--r--devel/p5-IO-Stty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IO-Stty/Makefile b/devel/p5-IO-Stty/Makefile
index 201be84b1cd2..4408037e348f 100644
--- a/devel/p5-IO-Stty/Makefile
+++ b/devel/p5-IO-Stty/Makefile
@@ -11,13 +11,13 @@ CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-.02
+DISTNAME= ${PORTNAME}-.${PORTVERSION:E}
MAINTAINER= will@FreeBSD.org
USE_PERL5= yes
do-configure:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL LDDLFLAGS=-shared LDFLAGS=-L/usr/lib)
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>