diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-08 02:51:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-08 02:51:04 +0000 |
commit | b001838aea4df3fc535ba91d5edd7d469f84e233 (patch) | |
tree | 3679fe49a7d47bdb49b97a89860e524be003ca89 /devel/libuninum/Makefile | |
parent | 12a740f802eb007269d94de382252c7419fca7e7 (diff) |
Notes
Diffstat (limited to 'devel/libuninum/Makefile')
-rw-r--r-- | devel/libuninum/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile index 14d32c537853..f9607fb4265e 100644 --- a/devel/libuninum/Makefile +++ b/devel/libuninum/Makefile @@ -6,9 +6,10 @@ # PORTNAME= libuninum -PORTVERSION= 1.2 +PORTVERSION= 1.2.2 CATEGORIES= devel MASTER_SITES= http://billposer.org/Software/Downloads/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R} EXTRACT_SUFX= .tgz MAINTAINER= clsung@FreeBSD.org @@ -22,6 +23,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: ${REINPLACE_CMD} -e 's|uninum/||' ${WRKSRC}/uninum.c ${WRKSRC}/numconv.c |