diff options
author | petef <petef@FreeBSD.org> | 2001-12-27 06:05:20 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-27 06:05:20 +0800 |
commit | af647a0d0eba74449df5c68648910a160db05c64 (patch) | |
tree | 6e70b0c46e2c6986896cc53f45de6a4563c9bdb4 /devel | |
parent | 161cc0b2bc91ea929fa2448da49b22c5d57f5025 (diff) | |
download | freebsd-ports-gnome-af647a0d0eba74449df5c68648910a160db05c64.tar.gz freebsd-ports-gnome-af647a0d0eba74449df5c68648910a160db05c64.tar.zst freebsd-ports-gnome-af647a0d0eba74449df5c68648910a160db05c64.zip |
Remove redundant WRKSRC line (it was set to the default).
PR: 33214
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libvanessa_adt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libvanessa_adt/Makefile b/devel/libvanessa_adt/Makefile index 1e99485825ce..29b2c3babe80 100644 --- a/devel/libvanessa_adt/Makefile +++ b/devel/libvanessa_adt/Makefile @@ -25,6 +25,5 @@ INSTALLS_SHLIB= YES USE_LIBTOOL= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/vanessa_adt-${PORTVERSION} .include <bsd.port.mk> |