diff options
author | leeym <leeym@FreeBSD.org> | 2005-12-02 13:56:39 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-12-02 13:56:39 +0800 |
commit | b6ab17a372c9b6197610b273416cf745327526d1 (patch) | |
tree | 5861c1f2505d353393e680a4914d17d526b3d17c | |
parent | cb30fb7239b82d2a33100fc075163328a6d3d9ca (diff) | |
download | freebsd-ports-gnome-b6ab17a372c9b6197610b273416cf745327526d1.tar.gz freebsd-ports-gnome-b6ab17a372c9b6197610b273416cf745327526d1.tar.zst freebsd-ports-gnome-b6ab17a372c9b6197610b273416cf745327526d1.zip |
- add PORTREVISION and PORTEPOCH back which are removed accidentally in previous commit
-rw-r--r-- | devel/upnp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index f9014d8e25d3..45271332cbfb 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -7,6 +7,8 @@ PORTNAME= upnp PORTVERSION= 1.2.1 +PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |